diff options
author | ubq323 <ubq323@ubq323.website> | 2023-02-04 23:03:19 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-02-04 23:03:19 +0000 |
commit | 0dc1276df57aa16b4f0eaecf54fb5cd8f00115c6 (patch) | |
tree | 0d5672f6f05f56022ed834ad35c1c2b2df52c21c /common/constants.lua | |
parent | 1ebd7d9b7b62c8e05d527611a1944ed1a876b890 (diff) |
many many optimizations and refactorings; introduction of Map to support multiple chunks, modify worldgen and client drawing to support multiple chunks
Diffstat (limited to 'common/constants.lua')
-rw-r--r-- | common/constants.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/constants.lua b/common/constants.lua new file mode 100644 index 0000000..bf1bb7a --- /dev/null +++ b/common/constants.lua @@ -0,0 +1,4 @@ +-- to avoid some circular dependencies +return { + CHUNK_SIZE=64, +} |