changed size of initial window

This commit is contained in:
Harrison Deng 2017-08-18 17:45:59 -05:00
parent 2649f07d89
commit e8a96bbc87

View File

@ -11,7 +11,7 @@ public class DesktopLauncher {
config.setTitle("Rhythm Bullet");
config.setResizable(false);
config.setWindowSizeLimits(800, 480, 3840, 2160);
config.setWindowedMode(400, 400);
new Lwjgl3Application(new RhythmBullet(), config);
}
}