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
52e1971568
commit
d63b3fed25
@ -4256,6 +4256,13 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"curve": {
|
||||||
|
"type": "array",
|
||||||
|
"description": "Scale this object over time",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/definitions/TimeValuePair"
|
||||||
|
}
|
||||||
|
},
|
||||||
"rotationOverride": {
|
"rotationOverride": {
|
||||||
"description": "Manually sets the local rotation",
|
"description": "Manually sets the local rotation",
|
||||||
"$ref": "#/definitions/MVector3"
|
"$ref": "#/definitions/MVector3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user