mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 15:21:06 +01:00
Tweak rain sky color
This commit is contained in:
parent
bccc7fa957
commit
dd17e5ca9d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ mcl_weather.rain.set_sky_box = function()
|
|||
"weather-pack-rain-sky",
|
||||
{{r=0, g=0, b=0},
|
||||
{r=85, g=86, b=98},
|
||||
{r=175, g=175, b=191},
|
||||
{r=135, g=135, b=151},
|
||||
{r=85, g=86, b=98},
|
||||
{r=0, g=0, b=0}})
|
||||
mcl_weather.skycolor.active = true
|
||||
|
|
Loading…
Reference in a new issue