Finished basic tutorial

This commit is contained in:
Anuken
2017-10-14 16:19:51 -04:00
parent ba345b4421
commit d55898ead5
14 changed files with 114 additions and 29 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.anuken:ucore:e3f3890a4c'
//compile 'com.github.anuken:ucore:e3f3890a4c'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}