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
84d59a1d76
commit
5676aace43
@ -341,7 +341,6 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "How dense the fog is, if you put fog.",
|
"description": "How dense the fog is, if you put fog.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"maximum": 1.0,
|
|
||||||
"minimum": 0.0
|
"minimum": 0.0
|
||||||
},
|
},
|
||||||
"fogSize": {
|
"fogSize": {
|
||||||
@ -354,6 +353,10 @@
|
|||||||
"description": "Colour of fog on the planet, if you put fog.",
|
"description": "Colour of fog on the planet, if you put fog.",
|
||||||
"$ref": "#/definitions/MColor"
|
"$ref": "#/definitions/MColor"
|
||||||
},
|
},
|
||||||
|
"fogRampPath": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Relative filepath to the fog color ramp texture, if you put fog.\nx axis is angle to sun (so time of day), y axis is distance to camera."
|
||||||
|
},
|
||||||
"hasOxygen": {
|
"hasOxygen": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Lets you survive on the planet without a suit."
|
"description": "Lets you survive on the planet without a suit."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user