Added rotated effects for chain guns

This commit is contained in:
Anuken
2017-11-16 23:16:25 -05:00
parent f2e5873cb6
commit abb6cb9e9f
12 changed files with 73 additions and 10 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:deacbf0568'
compile 'com.github.anuken:ucore:ea3563b5e4'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}