A few more minor bugfixes; added targeting debugging

This commit is contained in:
Anuken
2017-10-03 17:06:46 -04:00
parent 3e9aca023a
commit 61dbd33f51
13 changed files with 79 additions and 34 deletions

View File

@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:2a0a7a54cc'
compile 'com.github.anuken:ucore:7d37e1f5d0'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}