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