From a4b421ea679a5bcb9cb50eb93c1c0fdedbe7b252 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 3 Feb 2023 21:00:37 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } } },