enabled multiplayer tab and changed pc font size to 26
This commit is contained in:
parent
e2581753e0
commit
0e7406d643
@ -99,7 +99,7 @@ local function init_globals()
|
||||
|
||||
tv_main:set_autosave_tab(true)
|
||||
tv_main:add(tabs.local_game)
|
||||
--tv_main:add(tabs.play_online)
|
||||
tv_main:add(tabs.play_online)
|
||||
|
||||
--tv_main:add(tabs.content)
|
||||
tv_main:add(tabs.settings)
|
||||
|
@ -110,4 +110,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
GUI related things
|
||||
*/
|
||||
|
||||
#define TTF_DEFAULT_FONT_SIZE (16)
|
||||
#define TTF_DEFAULT_FONT_SIZE (26)
|
||||
|
Loading…
Reference in New Issue
Block a user