Custom Entity system

This commit is contained in:
2014-08-10 17:19:40 +02:00
parent 553fdb261e
commit d6f8f324ad
15 changed files with 294 additions and 198 deletions

View File

@@ -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);
}