Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
JohnCorby 2022-05-24 18:26:50 -07:00
commit 542613905a

View File

@ -336,7 +336,7 @@
}, },
"useBasicCloudShader": { "useBasicCloudShader": {
"type": "boolean", "type": "boolean",
"description": "Set to `false` in order to use Giant's deep shader. Set to `true` to just apply the cloud texture as is." "description": "Set to `false` in order to use Giant's Deep's shader. Set to `true` to just apply the cloud texture as is."
} }
} }
}, },
@ -1291,12 +1291,12 @@
"format": "float" "format": "float"
}, },
"position": { "position": {
"description": "Position of this volcano", "description": "Position of this volcano.",
"$ref": "#/definitions/MVector3" "$ref": "#/definitions/MVector3"
}, },
"scale": { "scale": {
"type": "number", "type": "number",
"description": "Scale of this volcano", "description": "Scale of the meteors.",
"format": "float" "format": "float"
}, },
"stoneTint": { "stoneTint": {