65536 Blocks!!!

This commit is contained in:
minjaesong
2021-02-09 17:53:33 +09:00
parent d9fc24ba26
commit 73acaea025
8 changed files with 34 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ object BlockCodex {
val dynamicLights = SortedArrayList<Int>() // does not include virtual ones
/** 4096 */
/** 65536 */
val MAX_TERRAIN_TILES = GameWorld.TILES_SUPPORTED
private val nullProp = BlockProp()