added sussy music
This commit is contained in:
parent
feee9cba44
commit
d18d3d3794
@ -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 = { }
|
||||
|
BIN
mods/amogus_general/sounds/amogus_incomming.ogg
Normal file
BIN
mods/amogus_general/sounds/amogus_incomming.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user