multiple bugfixes

This commit is contained in:
2022-01-14 09:15:10 +01:00
parent 61a4b2b5ec
commit 20107fc8cc
8 changed files with 51 additions and 24 deletions

View File

@@ -8,7 +8,6 @@ public class DesktopLauncher {
public static void main (String[] arg) {
Lwjgl3ApplicationConfiguration config = new Lwjgl3ApplicationConfiguration();
config.setTitle("Wizard Jubilaeumsedition 2021");
config.setForegroundFPS(60);
config.setWindowSizeLimits(853, 480, -1, -1);
config.setBackBufferConfig(8, 8, 8, 8, 16, 0, 32);
new Lwjgl3Application(new WizardGame(), config);