renamed title image file

This commit is contained in:
2017-07-31 01:06:10 -05:00
parent e6017b1808
commit 162b7cb9c0
20 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ public class DesktopLauncher {
config.width = 800;
config.height = 480;
config.resizable = false;
// System.setProperty("org.lwjgl.opengl.Window.undecorated", "true");
System.setProperty("org.lwjgl.opengl.Window.undecorated", "true");
new LwjglApplication(new RhythmBullet(), config);