Multiple bugfixes and turret rotation improvements

This commit is contained in:
Anuken
2017-08-24 20:51:35 -04:00
parent 86c02bf469
commit b73a7ce046
9 changed files with 92 additions and 31 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ project(":core") {
apply plugin: "java"
dependencies {
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile 'com.github.anuken:ucore:c93833a2b5'
compile fileTree(dir: '../core/lib', include: '*.jar')
//compile 'com.github.anuken:ucore:1e7163626f'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}