begin working on status indicator

This commit is contained in:
2017-08-08 01:42:35 -05:00
parent 47c1e596d2
commit 5f8b8f95fc
7 changed files with 24 additions and 15 deletions

View File

@@ -11,7 +11,9 @@ public class DesktopLauncher {
config.title = "Rhythm Bullet";
config.width = 800;
config.height = 480;
config.resizable = false;
config.useHDPI = true;
System.setProperty("org.lwjgl.opengl.Window.undecorated", "true");