From 1ebd7d9b7b62c8e05d527611a1944ed1a876b890 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 3 Feb 2023 19:37:28 +0000 Subject: debug drawing change, zoom clamping, partial refactoring of class mechanisms to allow inheritance, minor refactor of noise generator, changes to temp worldgen, rework of class constructor mechanism --- common/map.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common/map.lua (limited to 'common/map.lua') diff --git a/common/map.lua b/common/map.lua new file mode 100644 index 0000000..fe4b9e0 --- /dev/null +++ b/common/map.lua @@ -0,0 +1,6 @@ +-- a Map is a 2d array of chunks +-- it handles loading and unloading of chunks +-- the specifics of which are then implemented separately for client and server +-- it will probably also do things relating to entities and multiblock things + + -- cgit v1.2.3