added MainMenu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user