rom_list_page,rom_so_confirm_page

This commit is contained in:
cuu
2018-12-05 02:47:04 +08:00
parent 620ae33593
commit 9b56dd19b6
12 changed files with 1313 additions and 16 deletions

View File

@@ -42,7 +42,7 @@ func (self *Widget) NewCoord(x,y int) {
self.PosY = y
}
//invoked in main.go
func Init() {
font.Init()
@@ -78,3 +78,9 @@ func Init() {
Fonts[keyname] = font.Font(fonts_path["notocjk"],i)
}
}
func init() {
if MyIconPool == nil {
MyIconPool = NewIconPool()
}
}