Implemented dirium, finished new turret, multiple bugfixes

This commit is contained in:
Anuken
2017-09-19 00:49:55 -04:00
parent 537641c8a3
commit 28bb82ef4b
32 changed files with 204 additions and 81 deletions

View File

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