helloword.go,not tested yet

This commit is contained in:
cuu
2018-09-09 23:58:11 +08:00
parent 2146878931
commit 91d573573f
4 changed files with 315 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ func NewUntitledIcon() *UntitledIcon {
u.Color = &color.Color{83,83,83,255}
u.BlankPng = SkinMap("gameshell/blank.png")
u.BlankPng = SkinMap("sysgo/gameshell/blank.png")
return u
}