enabled multiplayer tab and changed pc font size to 26

This commit is contained in:
Looki2000 2023-04-12 20:20:20 +02:00
parent e2581753e0
commit 0e7406d643
2 changed files with 2 additions and 2 deletions

View File

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

View File

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