This commit is contained in:
cuu
2019-06-26 23:20:32 +08:00
parent 6980b93262
commit 1a790ae4d4
4 changed files with 22 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ func (self *Widget) NewCoord(x,y int) {
func Init() {
font.Init()
skinpath := "skin/"+sysgo.SKIN+"/truetype"
skinpath := sysgo.SKIN+"/truetype"
Fonts = make(map[string]*ttf.Font)