summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2023-08-11 22:27:14 -0500
committercheapie <no-email-for-you@example.com>2023-08-11 22:27:14 -0500
commit88653b432eebf70d79f872540a648ff5db25449c (patch)
tree5cbdbd1525616f62d91eaab9a800f3793efaba57 /init.lua
parentdcf53af2d26f16ca6f418e8f1c1f283b2b4276ce (diff)
downloadcelevator-88653b432eebf70d79f872540a648ff5db25449c.tar
celevator-88653b432eebf70d79f872540a648ff5db25449c.tar.gz
celevator-88653b432eebf70d79f872540a648ff5db25449c.tar.bz2
celevator-88653b432eebf70d79f872540a648ff5db25449c.tar.xz
celevator-88653b432eebf70d79f872540a648ff5db25449c.zip
Add hoistway door nodes
No motion or other functionality yet
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index d819b81..b8b680e 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,7 @@
local components = {
"framework",
"car",
+ "doors",
"drive_null",
"drive_entity",
"controller",