This commit is contained in:
DaanV2
2021-06-08 22:46:21 +02:00
parent bfdf622af2
commit 4d55ce63e0
17 changed files with 31 additions and 13 deletions

View File

@@ -32,6 +32,11 @@
"Description": "UNDOCUMENTATED",
"type": "boolean"
},
"remove_all_prior_fog": {
"title": "Remove All Prior Fog",
"Description": "UNDOCUMENTATED",
"type": "boolean"
},
"water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" },
"water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at" },
"water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface" },