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
ea3ee71b97
commit
25f36ecf34
@ -3053,14 +3053,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"offset": {
|
"offset": {
|
||||||
"description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).",
|
"description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).",
|
||||||
"oneOf": [
|
"$ref": "#/definitions/MVector3"
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/definitions/MVector3"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"description": "Rotation of the object",
|
"description": "Rotation of the object",
|
||||||
@ -3105,14 +3098,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"offset": {
|
"offset": {
|
||||||
"description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).",
|
"description": "Offsets the player/ship by this local vector when spawning. Used to prevent spawning in the floor. Optional: defaults to (0, 4, 0).",
|
||||||
"oneOf": [
|
"$ref": "#/definitions/MVector3"
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/definitions/MVector3"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"rotation": {
|
"rotation": {
|
||||||
"description": "Rotation of the object",
|
"description": "Rotation of the object",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user