Renamed the project to CEIDEC-Pong.
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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) {
|
Reference in New Issue
Block a user