Re-coded everything

This commit is contained in:
Anuken
2017-05-03 00:09:48 -04:00
parent 883610d928
commit b48c0991c7
74 changed files with 1998 additions and 1860 deletions

View File

@@ -16,8 +16,9 @@ allprojects {
version = '1.0'
ext {
appName = "Moment"
appName = "Mindustry"
gdxVersion = '1.9.6'
aiVersion = '1.8.0'
}
repositories {
@@ -36,7 +37,6 @@ project(":desktop") {
compile project(":core")
compile "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
}
}
@@ -59,12 +59,12 @@ project(":core") {
dependencies {
compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
compile fileTree(dir: '../core/lib', include: '*.jar')
}
}
tasks.eclipse.doLast {
delete ".project"
}
}