v1.2.0: implemented full and mixed UI modes, in addition to mobile

This commit is contained in:
Evan Debenham
2022-01-28 16:03:30 -05:00
parent bd79f96630
commit fbbad24e67
8 changed files with 248 additions and 94 deletions
@@ -151,7 +151,7 @@ public class DesktopLauncher {
SPDSettings.set( new Lwjgl3Preferences( SPDSettings.DEFAULT_PREFS_FILE, basePath) );
FileUtils.setDefaultFileProperties( Files.FileType.External, basePath );
config.setWindowSizeLimits( 480, 320, -1, -1 );
config.setWindowSizeLimits( 720, 400, -1, -1 );
Point p = SPDSettings.windowResolution();
config.setWindowedMode( p.x, p.y );