added sussy music

This commit is contained in:
Looki2000 2023-02-01 19:28:51 +01:00
parent feee9cba44
commit d18d3d3794
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
minetest.register_on_joinplayer(function(player)
player:set_physics_override({speed = 2})
--player:set_sky({r=0, g=0, b=0}, "plain", {})
-- play music in loop without position
minetest.sound_play("amogus_incomming", {
to_player = player:get_player_name(),
loop = true,
gain = 1
})
end)
amogus_general = { }

Binary file not shown.