@@ -5991,19 +5991,27 @@ object you are working with still exists.
5991
5991
* `clouds`: Boolean for whether clouds appear. (default: `true`)
5992
5992
* `sky_color`: A table containing the following values, alpha is ignored:
5993
5993
* `day_sky`: ColorSpec, for the top half of the `"regular"`
5994
- skybox during the day. (default: `#8cbafa`)
5994
+ sky during the day. (default: `#8cbafa`)
5995
5995
* `day_horizon`: ColorSpec, for the bottom half of the
5996
- `"regular"` skybox during the day. (default: `#9bc1f0`)
5996
+ `"regular"` sky during the day. (default: `#9bc1f0`)
5997
5997
* `dawn_sky`: ColorSpec, for the top half of the `"regular"`
5998
- skybox during dawn/sunset. (default: `#b4bafa`)
5998
+ sky during dawn/sunset. (default: `#b4bafa`)
5999
+ The resulting sky color will be a darkened version of the ColorSpec.
6000
+ Warning: The darkening of the ColorSpec is subject to change.
5999
6001
* `dawn_horizon`: ColorSpec, for the bottom half of the `"regular"`
6000
- skybox during dawn/sunset. (default: `#bac1f0`)
6002
+ sky during dawn/sunset. (default: `#bac1f0`)
6003
+ The resulting sky color will be a darkened version of the ColorSpec.
6004
+ Warning: The darkening of the ColorSpec is subject to change.
6001
6005
* `night_sky`: ColorSpec, for the top half of the `"regular"`
6002
- skybox during the night. (default: `#006aff`)
6006
+ sky during the night. (default: `#006aff`)
6007
+ The resulting sky color will be a dark version of the ColorSpec.
6008
+ Warning: The darkening of the ColorSpec is subject to change.
6003
6009
* `night_horizon`: ColorSpec, for the bottom half of the `"regular"`
6004
- skybox during the night. (default: `#4090ff`)
6010
+ sky during the night. (default: `#4090ff`)
6011
+ The resulting sky color will be a dark version of the ColorSpec.
6012
+ Warning: The darkening of the ColorSpec is subject to change.
6005
6013
* `indoors`: ColorSpec, for when you're either indoors or
6006
- underground. Only applies to the `"regular"` skybox .
6014
+ underground. Only applies to the `"regular"` sky .
6007
6015
(default: `#646464`)
6008
6016
* `fog_sun_tint`: ColorSpec, changes the fog tinting for the sun
6009
6017
at sunrise and sunset.
@@ -6047,7 +6055,7 @@ object you are working with still exists.
6047
6055
* `visible`: Boolean for whether the stars are visible.
6048
6056
(default: `true`)
6049
6057
* `count`: Integer number to set the number of stars in
6050
- the skybox. Only applies to `"skybox"` and `"regular"` skyboxes .
6058
+ the skybox. Only applies to `"skybox"` and `"regular"` sky types .
6051
6059
(default: `1000`)
6052
6060
* `star_color`: ColorSpec, sets the colors of the stars,
6053
6061
alpha channel is used to set overall star brightness.
0 commit comments