diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 88eda3c3..612451b9 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1094,6 +1094,14 @@ "hasPhysics": { "type": "boolean", "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" } } },