changed size of initial window
This commit is contained in:
parent
2649f07d89
commit
e8a96bbc87
@ -11,7 +11,7 @@ public class DesktopLauncher {
|
|||||||
config.setTitle("Rhythm Bullet");
|
config.setTitle("Rhythm Bullet");
|
||||||
config.setResizable(false);
|
config.setResizable(false);
|
||||||
config.setWindowSizeLimits(800, 480, 3840, 2160);
|
config.setWindowSizeLimits(800, 480, 3840, 2160);
|
||||||
|
config.setWindowedMode(400, 400);
|
||||||
new Lwjgl3Application(new RhythmBullet(), config);
|
new Lwjgl3Application(new RhythmBullet(), config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user