nice
This commit is contained in:
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user