Refactored some entity code to use new Hitbox code

This commit is contained in:
Anuken
2017-11-01 23:06:31 -04:00
parent e96538b387
commit c55a47ff57
6 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:6e2a3ed6e6'
compile 'com.github.anuken:ucore:01b71b6dbd'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}