forked from VoxeLibre/VoxeLibre
Some small night sky adjustments
This commit is contained in:
parent
39e9158c01
commit
0f8cfbf106
|
@ -13,8 +13,8 @@ function mcl_weather.set_sky_box_clear(player)
|
||||||
day_horizon = "#B4D0FF",
|
day_horizon = "#B4D0FF",
|
||||||
dawn_sky = "#B4BAFA",
|
dawn_sky = "#B4BAFA",
|
||||||
dawn_horizon = "#BAC1F0",
|
dawn_horizon = "#BAC1F0",
|
||||||
night_sky = "#010102",
|
night_sky = "#000000",
|
||||||
night_horizon = "#090A12",
|
night_horizon = "#4A6790",
|
||||||
},
|
},
|
||||||
clouds = true,
|
clouds = true,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue