added MainMenu

This commit is contained in:
Anastron
2014-08-11 15:30:43 +02:00
parent 57da84eb7a
commit 91f91ab4b0
9 changed files with 1829 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ public class DesktopLauncher {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.title = "ColorRunner";
config.width = 1000;
config.height = 563;
config.width = CRGame.WIDTH;
config.height = CRGame.HEIGHT;
/*
* For FPS Independence Testing