Added shield shader, temporarily disabled dependencies and shield energy

This commit is contained in:
Anuken
2017-10-21 21:21:04 -04:00
parent 1336a657fd
commit 2ca4f8b90a
25 changed files with 513 additions and 153 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:989f9713fa'
//compile 'com.github.anuken:ucore:989f9713fa'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}