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) --- .luacheckrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..2a41057 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,12 @@ +max_line_length = 200 + +globals = { + "celevator", +} + +read_globals = { + "DIR_DELIM", + "vector", + "screwdriver", + "minetest", +} -- cgit v1.2.3