Tweak snow sky

This commit is contained in:
Wuzzy 2017-11-22 02:59:09 +01:00
parent 1332ae683f
commit 91c06fd77a
1 changed files with 9 additions and 4 deletions

View File

@ -29,11 +29,16 @@ end
mcl_weather.snow.set_sky_box = function()
mcl_weather.skycolor.add_layer(
"weather-pack-snow-sky",
"weather-pack-rain-sky",
{{r=0, g=0, b=0},
{r=241, g=244, b=249},
{r=0, g=0, b=0}}
)
{r=85, g=86, b=86},
{r=135, g=135, b=135},
{r=85, g=86, b=86},
{r=0, g=0, b=0}})
mcl_weather.skycolor.active = true
for _, player in pairs(minetest.get_connected_players()) do
player:set_clouds({color="#ADADADE8"})
end
mcl_weather.skycolor.active = true
end