Balanced multiple generators, bugfixes, made some turrets use power

This commit is contained in:
Anuken
2017-11-07 12:28:33 -05:00
parent 7e3e34ffe1
commit 01f5fccf96
23 changed files with 353 additions and 203 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:2d86b0497e'
compile 'com.github.anuken:ucore:91e4e11010'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}