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
7ca84069df
commit
a4b421ea67
@ -1094,6 +1094,14 @@
|
|||||||
"hasPhysics": {
|
"hasPhysics": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Should this object dynamically move around"
|
"description": "Should this object dynamically move around"
|
||||||
|
},
|
||||||
|
"physicsRadius": {
|
||||||
|
"type": [
|
||||||
|
"null",
|
||||||
|
"number"
|
||||||
|
],
|
||||||
|
"description": "Optionally create a SphereCollider of the given radius that physics will use for collision",
|
||||||
|
"format": "float"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user