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
63c8f09a4a
commit
dd78f62f33
@ -623,12 +623,12 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"fogTint": {
|
||||
"description": "The color of the fog inside this dimension. \nLeave blank for the default grayish color: (84, 83, 73)",
|
||||
"description": "The color of the fog inside this dimension. \nLeave blank for the default grayish color: (84, 83, 73)\nThe alpha value has no effect of the fog: Use fogDensity instead!",
|
||||
"$ref": "#/definitions/MColor"
|
||||
},
|
||||
"fogDensity": {
|
||||
"type": "number",
|
||||
"description": "The density of the fog inside this dimension. The default is 6.",
|
||||
"description": "The density of the fog inside this dimension. The default is 6. If you want no fog, set this to 0.",
|
||||
"format": "float",
|
||||
"default": 6.0
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user