summaryrefslogtreecommitdiffstats
path: root/desktop/src/ch/asynk/tankontank
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/src/ch/asynk/tankontank')
-rw-r--r--desktop/src/ch/asynk/tankontank/desktop/DesktopLauncher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/src/ch/asynk/tankontank/desktop/DesktopLauncher.java b/desktop/src/ch/asynk/tankontank/desktop/DesktopLauncher.java
index 463c33c..b309b9b 100644
--- a/desktop/src/ch/asynk/tankontank/desktop/DesktopLauncher.java
+++ b/desktop/src/ch/asynk/tankontank/desktop/DesktopLauncher.java
@@ -9,7 +9,7 @@ public class DesktopLauncher {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.title = "Tank On Tank";
config.width = 800;
- config.height = 626;
+ config.height = 682;
new LwjglApplication(new TankOnTank(), config);
}
}