From bbdf947d7c1bffb6d26d333c47c9b2a88109f058 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 4 Aug 2023 11:25:45 -0500 Subject: Add bits that are done so far This includes: * Controller (runs and responds to calls placed on the screen, parameter editing and switches work) * Null Drive (simulates motion so the controller can run, no actual movement yet) * Call Buttons (lights can be toggled with right-click, no communication yet) --- framework.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 framework.lua (limited to 'framework.lua') diff --git a/framework.lua b/framework.lua new file mode 100644 index 0000000..695ac17 --- /dev/null +++ b/framework.lua @@ -0,0 +1,4 @@ +celevator = { + drives = {}, + storage = minetest.get_mod_storage(), +} -- cgit v1.2.3