Added sprites for new enemies, various tweaks

This commit is contained in:
Anuken
2017-11-05 22:36:22 -05:00
parent cfdcfe8309
commit c36d985054
25 changed files with 299 additions and 215 deletions

View File

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