More changes

This commit is contained in:
2022-11-21 20:06:10 -05:00
parent 929a34a41c
commit 30c580fe5d
34 changed files with 32 additions and 336 deletions

View File

@@ -41,11 +41,11 @@ minetest.register_on_joinplayer(function(player)
minetest.sound_fade(music, .1, 1)
end)
--[[
minetest.register_on_newplayer(function(ObjectRef)
minetest.place_schematic({x = 0, y = -1, z = 0}, minetest.get_modpath("story") .. "/schems/citymap-v1.mts", "0", nil, true)
minetest.place_schematic({x = 0, y = -1, z = 0}, minetest.get_modpath("story") .. "/schems/citymap-v2.mts", "0", nil, true)
ObjectRef:set_pos({x = 20, y = 0, z = 20})
end)]]
end)
minetest.register_on_player_receive_fields(function(player, formname, fields)
if formname ~= "story:story_formspec" then

Binary file not shown.

Binary file not shown.