Added weapon switch tutorial text

This commit is contained in:
Anuken
2017-05-09 22:13:49 -04:00
parent 73d5dbdd34
commit 8cc44b5c8c
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ project(":core") {
dependencies {
// compile fileTree(dir: '../core/lib', include: '*.jar')
compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}