This commit is contained in:
Looki2000 2023-04-25 00:57:34 +02:00
parent 57d740cf4f
commit ba91a3df1b

View File

@ -1,6 +1,9 @@
minetest.register_on_joinplayer(function(player)
player:set_physics_override({speed = 2})
--player:set_sky({r=0, g=0, b=0}, "plain", {})
-- set time to midday
minetest.set_timeofday(0.5)
-- play music in loop without position
if true then
@ -11,14 +14,17 @@ minetest.register_on_joinplayer(function(player)
})
end
end)
minetest.register_on_joinplayer(function(player)
player:set_lighting({
shadows = {intensity = 0.5}
})
end)
-- idk what is this crap. it's doing nothing
--minetest.register_on_joinplayer(function(player)
--
--
-- player:set_lighting({
-- shadows = {intensity = 0.5}
-- })
--
--end)
amogus_general = { }
---- SOUNDS CONFIGURATION ----