improved libGDX client performance
added automatic texture packing
This commit is contained in:
@@ -9,6 +9,7 @@ public class DesktopLauncher {
|
||||
Lwjgl3ApplicationConfiguration config = new Lwjgl3ApplicationConfiguration();
|
||||
config.setTitle("Wizard Jubilaeumsedition 2021");
|
||||
config.setForegroundFPS(60);
|
||||
config.setWindowSizeLimits(853, 480, -1, -1);
|
||||
new Lwjgl3Application(new WizardGame(), config);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user