Minor fixes and balance changes

This commit is contained in:
Anuken
2017-09-26 14:19:35 -04:00
parent 8a24cc354d
commit e85c7d8e50
10 changed files with 68 additions and 41 deletions

View File

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