Going to redo assets.
This commit is contained in:
6
archive/tools/mapcompile/constants.py
Normal file
6
archive/tools/mapcompile/constants.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Values defined within C
|
||||
CHUNK_WIDTH = 8
|
||||
CHUNK_HEIGHT = 8
|
||||
CHUNK_TILE_COUNT = CHUNK_WIDTH * CHUNK_HEIGHT
|
||||
CHUNK_ENTITY_COUNT_MAX = 8
|
||||
TILE_WIDTH_HEIGHT = 16
|
Reference in New Issue
Block a user