Browse Source

switch back font size of title_bar, and add first screenshot

cuu 5 years ago
parent
commit
2dff963106
3 changed files with 2 additions and 2 deletions
  1. BIN
      main
  2. BIN
      screenshot/first_time.png
  3. 2 2
      sysgo/UI/title_bar.go

BIN
main


BIN
screenshot/first_time.png


+ 2 - 2
sysgo/UI/title_bar.go

@@ -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
 	
 }