switch back font size of title_bar, and add first screenshot

This commit is contained in:
cuu
2018-06-18 19:57:01 +08:00
parent 85b9423b0d
commit 2dff963106
3 changed files with 2 additions and 2 deletions

View File

@@ -134,8 +134,8 @@ func NewTitleBar() *TitleBar {
t.icon_base_path = SkinMap("sysgo/gameshell/titlebar_icons/")
t.TitleFont = Fonts["varela12"]
t.TimeFont = Fonts["varela16"]
t.TitleFont = Fonts["varela16"]
t.TimeFont = Fonts["varela12"]
return t
}