Updated Schemas

This commit is contained in:
Ben C 2023-04-04 07:18:25 +00:00
parent 84d59a1d76
commit 5676aace43

View File

@ -341,7 +341,6 @@
"type": "number",
"description": "How dense the fog is, if you put fog.",
"format": "float",
"maximum": 1.0,
"minimum": 0.0
},
"fogSize": {
@ -354,6 +353,10 @@
"description": "Colour of fog on the planet, if you put fog.",
"$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": {
"type": "boolean",
"description": "Lets you survive on the planet without a suit."