Implemented shield hit effects and bullet absorption and powered rturret

This commit is contained in:
Anuken
2017-11-28 01:00:59 -05:00
parent c0d28eca65
commit 63d8aed9a5
13 changed files with 115 additions and 25 deletions

View File

@@ -79,8 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.Anuken:ucore:d43f3b48ec'
//compile fileTree(dir: '../core/lib', include: '*.jar')
// compile 'com.github.Anuken:ucore:61c43bf'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}