From 0dc1276df57aa16b4f0eaecf54fb5cd8f00115c6 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 4 Feb 2023 23:03:19 +0000 Subject: many many optimizations and refactorings; introduction of Map to support multiple chunks, modify worldgen and client drawing to support multiple chunks --- common/constants.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/constants.lua (limited to 'common/constants.lua') 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, +} -- cgit v1.2.3