improved libGDX client performance

added automatic texture packing
This commit is contained in:
2021-11-19 17:55:46 +01:00
parent bc3ccb6e81
commit 79f4ea3fe1
70 changed files with 1589 additions and 21077 deletions

View File

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