still footbar can not draw

This commit is contained in:
cuu
2018-06-18 16:17:31 +08:00
parent 20ea392215
commit c9de67c78f
55 changed files with 3388 additions and 157 deletions

View File

@@ -15,7 +15,7 @@ var Fonts map[string]*ttf.Font
func init() {
font.Init()
skinpath := "../skin/"+sysgo.SKIN+"/truetype"
skinpath := "skin/"+sysgo.SKIN+"/truetype"
Fonts = make(map[string]*ttf.Font)