edited the title png

This commit is contained in:
2017-07-31 00:25:51 -05:00
parent 54c61fcba5
commit e6017b1808
32 changed files with 68 additions and 68 deletions

View File

@@ -3,7 +3,7 @@ package zero1hd.rhythmbullet.desktop;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import zero1hd.rhythmbullet.Main;
import zero1hd.rhythmbullet.RhythmBullet;
public class DesktopLauncher {
public static void main (String[] arg) {
@@ -15,7 +15,7 @@ public class DesktopLauncher {
// System.setProperty("org.lwjgl.opengl.Window.undecorated", "true");
new LwjglApplication(new Main(), config);
new LwjglApplication(new RhythmBullet(), config);
}
}