Updated build.gradle, changed scroll dialog, UI tweaks

This commit is contained in:
Anuken
2017-11-27 22:23:47 -05:00
parent 0c6578c229
commit c0d28eca65
29 changed files with 385 additions and 306 deletions

View File

@@ -79,7 +79,8 @@ project(":core") {
apply plugin: "java"
dependencies {
compile 'com.github.Anuken:ucore:7752d632e1'
compile 'com.github.Anuken:ucore:d43f3b48ec'
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}