This commit is contained in:
Kacper Kostka
2023-02-12 16:07:35 +01:00
parent 49cf5f16f9
commit 60fec2cb4f
36 changed files with 252 additions and 1918 deletions

View File

@@ -3,7 +3,7 @@ minetest.register_on_joinplayer(function(player)
--player:set_sky({r=0, g=0, b=0}, "plain", {})
-- play music in loop without position
if false then
if true then
minetest.sound_play("amogus_incomming", {
to_player = player:get_player_name(),
loop = true,
@@ -11,7 +11,14 @@ minetest.register_on_joinplayer(function(player)
})
end
end)
minetest.register_on_joinplayer(function(player)
player:set_lighting({
shadows = {intensity = 0.5}
})
end)
amogus_general = { }
---- SOUNDS CONFIGURATION ----