Refactored LibGDX Client
This commit is contained in:
@@ -8,10 +8,7 @@ public class DesktopLauncher {
|
||||
public static void main (String[] arg) {
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
config.title = "Wizard Jubilaeumsedition 2021";
|
||||
config.height = WizardGame.HEIGHT;
|
||||
config.width = WizardGame.WIDTH;
|
||||
config.foregroundFPS = 60;
|
||||
config.resizable = false;
|
||||
LwjglApplication app = new LwjglApplication(new WizardGame(), config);
|
||||
new LwjglApplication(new WizardGame(), config);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user