Added a few extra blocks, fixed icons

This commit is contained in:
Anuken
2017-08-27 00:48:35 -04:00
parent 353ec7db2a
commit cc0d0a0f54
21 changed files with 70 additions and 25 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ project(":core") {
apply plugin: "java"
dependencies {
compile fileTree(dir: '../core/lib', include: '*.jar')
//compile 'com.github.anuken:ucore:1e7163626f'
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile 'com.github.anuken:ucore:309fbe900d'
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
}