This commit is contained in:
2021-12-03 10:53:52 +01:00
parent ce279246d6
commit dbcc91cd61
71 changed files with 267 additions and 93 deletions

View File

@@ -10,6 +10,7 @@ public class DesktopLauncher {
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);
}
}