Various optimizations; made healer enemies explode after a while

This commit is contained in:
Anuken
2017-12-10 15:06:33 -05:00
parent 9f70290c69
commit 347cae23e5
18 changed files with 118 additions and 73 deletions

View File

@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.Anuken:ucore:191a0bc25a'
compile 'com.github.Anuken:ucore:6238d06'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}