Added some base classes for functional blocks

This commit is contained in:
Anuken
2017-10-19 20:46:13 -04:00
parent 670d080fae
commit 1336a657fd
14 changed files with 108 additions and 24 deletions

View File

@@ -50,7 +50,7 @@ project(":html") {
dependencies {
compile project(":core")
//compile fileTree(dir: '../core/lib', include: '*.jar')
compile fileTree(dir: '../core/lib', include: '*.jar')
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"