29bd099067
No scrolling yet (so you can only see 10 floors) and also no dispatcher UI yet (only the controller)
16 lines
166 B
Lua
16 lines
166 B
Lua
max_line_length = 200
|
|
|
|
globals = {
|
|
"celevator",
|
|
}
|
|
|
|
read_globals = {
|
|
"DIR_DELIM",
|
|
"vector",
|
|
"screwdriver",
|
|
"minetest",
|
|
"table.copy",
|
|
"VoxelManip",
|
|
"laptop",
|
|
}
|