Added missed files, updated uCore

This commit is contained in:
Anuken
2017-10-14 16:47:02 -04:00
parent d55898ead5
commit 06299a7a64
8 changed files with 586 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ project(":core") {
apply plugin: "java"
dependencies {
//compile 'com.github.anuken:ucore:e3f3890a4c'
compile 'com.github.anuken:ucore:09cc372d6b'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}