mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
42a21d8b13
commit
9c320c843a
@ -245,6 +245,12 @@
|
|||||||
"description": "Colour of atmospheric shader on the planet.",
|
"description": "Colour of atmospheric shader on the planet.",
|
||||||
"$ref": "#/definitions/MColor"
|
"$ref": "#/definitions/MColor"
|
||||||
},
|
},
|
||||||
|
"atmosphereSunIntensity": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "How intense should the sun appear in the sky.\nAlso affects general atmosphere brightness.\nDefault value of 1 matches Timber Hearth.\nIf not set, this will be determined based off the distance to the sun.",
|
||||||
|
"format": "float",
|
||||||
|
"minimum": 0.0
|
||||||
|
},
|
||||||
"clouds": {
|
"clouds": {
|
||||||
"description": "Describes the clouds in the atmosphere",
|
"description": "Describes the clouds in the atmosphere",
|
||||||
"$ref": "#/definitions/CloudInfo"
|
"$ref": "#/definitions/CloudInfo"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user