rename project and game to RhythmBullet

This commit is contained in:
2017-07-31 00:06:10 -05:00
parent db27f7dbae
commit 54c61fcba5
91 changed files with 234 additions and 743 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: "java"
sourceCompatibility = 1.6
sourceSets.main.java.srcDirs = [ "src/" ]
project.ext.mainClassName = "zero1hd.polyjet.desktop.DesktopLauncher"
project.ext.mainClassName = "zero1hd.rhythmbullet.desktop.DesktopLauncher"
project.ext.assetsDir = new File("../android/assets");
task run(dependsOn: classes, type: JavaExec) {

View File

@@ -1,9 +1,9 @@
package zero1hd.polyjet.desktop;
package zero1hd.rhythmbullet.desktop;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import zero1hd.polyjet.Main;
import zero1hd.rhythmbullet.Main;
public class DesktopLauncher {
public static void main (String[] arg) {