Add the intro cutscene, a start to the map, and various other things.

This commit is contained in:
Signal 2025-11-16 02:48:08 -05:00
parent d0c0a3ebb6
commit 1b2199705b
46 changed files with 1401 additions and 91 deletions

View file

@ -77,6 +77,20 @@ artifact.register_node("lever", {
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "facedir",
collision_box = {
type = "fixed",
fixed = {
-3/16, -0.5, -4/16,
3/16, -3/16, 4/16
}
},
selection_box = {
type = "fixed",
fixed = {
-3/16, -0.5, -4/16,
3/16, -3/16, 4/16
}
},
pointable = false,
on_construct = function(pos)
local m = minetest.get_meta(pos)