Public block fields / Better scripting

This commit is contained in:
Anuken
2019-11-27 13:51:07 -05:00
parent eabbd2fa32
commit 57f9aeee86
66 changed files with 718 additions and 257 deletions

View File

@@ -299,6 +299,7 @@ project(":tools"){
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile "org.reflections:reflections:0.9.11"
compile arcModule("backends:backend-sdl")
}