Moved the properties of Blocks into the class Block. Also made Blocks and Superchunks singletons, to prevent the creation of unnecessary objects

This commit is contained in:
2020-03-31 21:09:21 -06:00
parent 00609bc8ed
commit 2476be3808
11 changed files with 182 additions and 78 deletions

View File

@@ -77,6 +77,7 @@ project(":core") {
api "net.dermetfan.libgdx-utils:libgdx-utils-box2d:0.13.4"
api "de.tomgrill.gdxdialogs:gdx-dialogs-core:1.2.5"
api "com.github.czyzby:gdx-kiwi:1.9.1.9.6"
}
}
}