Custom Entity system
This commit is contained in:
@@ -9,8 +9,8 @@ public class DesktopLauncher {
|
||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||
|
||||
config.title = "ColorRunner";
|
||||
config.width = 967;
|
||||
config.height = 544;
|
||||
config.width = 1000;
|
||||
config.height = 563;
|
||||
|
||||
new LwjglApplication(new CRGame(), config);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user