basic ground work for entity coordinators added
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user