Explorar el Código

switch back font size of title_bar, and add first screenshot

cuu hace 6 años
padre
commit
2dff963106
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  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
 	
 }