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
85797df25c
commit
fed8ccce80
@ -1188,6 +1188,10 @@
|
|||||||
"description": "The radius that the added sphere collider will use for physics collision.\nIf there's already good colliders on the detail, you can make this 0.",
|
"description": "The radius that the added sphere collider will use for physics collision.\nIf there's already good colliders on the detail, you can make this 0.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": 1.0
|
"default": 1.0
|
||||||
|
},
|
||||||
|
"ignoreSun": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Set to true if this object's lighting should ignore the effects of sunlight"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2234,7 +2238,7 @@
|
|||||||
},
|
},
|
||||||
"whiteboard": {
|
"whiteboard": {
|
||||||
"description": "Whiteboard that the stones can put text onto",
|
"description": "Whiteboard that the stones can put text onto",
|
||||||
"$ref": "#/definitions/WhiteboardInfo"
|
"$ref": "#/definitions/RemoteWhiteboardInfo"
|
||||||
},
|
},
|
||||||
"platform": {
|
"platform": {
|
||||||
"description": "Camera platform that the stones can project to and from",
|
"description": "Camera platform that the stones can project to and from",
|
||||||
@ -2249,7 +2253,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WhiteboardInfo": {
|
"RemoteWhiteboardInfo": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user