Added a chunkloading system but not a unloading system

This commit is contained in:
2020-04-02 02:56:58 -06:00
parent cb3361630e
commit 0e6d4ab00b
5 changed files with 47 additions and 15 deletions

View File

@@ -53,7 +53,8 @@ project(":desktop") {
api "com.badlogicgames.gdx:gdx-controllers-desktop:$gdxVersion"
api "com.badlogicgames.gdx:gdx-controllers-platform:$gdxVersion:natives-desktop"
api "de.tomgrill.gdxdialogs:gdx-dialogs-desktop:1.2.5"
compile "org.mini2Dx:universal-tween-engine:6.3.3"
}
}