Renamed the project to CEIDEC-Pong.

This commit is contained in:
2014-10-24 08:40:49 -04:30
parent 83c0b894f7
commit 817b414756
39 changed files with 140 additions and 131 deletions

View File

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

View File

@@ -13,11 +13,11 @@
*
* Read the LICENSE file for more details.
*/
package com.gamejolt.mikykr5.poukemon.desktop;
package com.gamejolt.mikykr5.ceidecpong.desktop;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import com.gamejolt.mikykr5.poukemon.GameCore;
import com.gamejolt.mikykr5.ceidecpong.GameCore;
public class DesktopLauncher {
public static void main (String[] arg) {