Fixed bug with conveyor belt rotation not being saved

This commit is contained in:
Anuken
2017-08-08 20:18:31 -04:00
parent de22d72c51
commit 09985e30fe
328 changed files with 183 additions and 36 deletions
+2 -2
View File
@@ -8,6 +8,7 @@ buildscript {
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6'
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'org.akhikhl.gretty:gretty:+'
}
}
@@ -77,8 +78,7 @@ project(":core") {
apply plugin: "java"
dependencies {
//compile fileTree(dir: '../core/lib', include: '*.jar')
//compile 'com.github.Anuken:ucore:88b945b'
compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}