going fullscreen

This commit is contained in:
minjaesong
2023-09-17 02:21:02 +09:00
parent e87c061635
commit 958471c1b9
3 changed files with 22 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ object DefaultConfig {
"usevsync" to false,
"screenwidth" to TerrarumScreenSize.defaultW,
"screenheight" to TerrarumScreenSize.defaultH,
"fullscreen" to false,
"atlastexsize" to 2048,
"language" to App.getSysLang(),