DEADSOFTWARE

Add landscape
[cavedroid.git] / desktop / src / ru / deadsoftware / cavecraft / desktop / DesktopLauncher.java
index 2f0d7b020ac0c6da2679d44251655adb0c13a5c6..e640ebb3f436a6e84b45ab428846fde3c88805ef 100644 (file)
@@ -10,7 +10,7 @@ public class DesktopLauncher {
                config.foregroundFPS = 60;
                config.title = "CaveCraft";
                config.width = 960;
-               config.height = 720;
+               config.height = 540;
                new LwjglApplication(new CaveGame(), config);
        }
 }