Bugfixes, added saving/loading maps in editor for web version

This commit is contained in:
Anuken
2018-05-31 23:49:43 -04:00
parent 418467e467
commit 23d07600f7
10 changed files with 103 additions and 68 deletions

View File

@@ -86,7 +86,7 @@ project(":desktop") {
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-controllers-lwjgl3:$gdxVersion"
compile 'com.github.MinnDevelopment:java-discord-rpc:v2.0.0'
compile 'com.yuvimasory:orange-extensions:1.3.0'
//compile 'com.yuvimasory:orange-extensions:1.3.0'
}
}
@@ -149,7 +149,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile project(":annotations")
//compileOnly project(":annotations")
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
@@ -174,9 +174,9 @@ project(":core") {
compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
}
compileJava.options.compilerArgs = [
"-processor", "io.anuke.annotations.AnnotationProcessor"
]
//compileJava.options.compilerArgs = [
// "-processor", "io.anuke.annotations.AnnotationProcessor"
//]
}
project(":server") {