Added block description panel, disabled deselecting, updated uCore

This commit is contained in:
Anuken
2017-09-17 15:41:49 -04:00
parent 6861939f78
commit 0e8204b243
27 changed files with 219 additions and 129 deletions

View File

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