basic ground work for entity coordinators added

This commit is contained in:
2017-08-02 02:05:16 -05:00
parent bb5782a34f
commit a72bd104f0
21 changed files with 263 additions and 127 deletions

View File

@@ -8,7 +8,7 @@ import zero1hd.rhythmbullet.RhythmBullet;
public class DesktopLauncher {
public static void main (String[] arg) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.title = "Polyjet";
config.title = "Rhythm Bullet";
config.width = 800;
config.height = 480;
config.resizable = false;