From 29f4fa0df989227cc260990551286fcb81ed468c Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 19 Apr 2025 23:19:43 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 27da29db..b8ec9bf2 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -5661,7 +5661,7 @@ "boolean", "null" ], - "description": "Whether to explicitly use a shape instead of a collider. Shapes do not support collision and are less performant, but support a wider set of shapes and are required by some components. Omit this unless you explicitly want to use a sphere, box, or capsule shape instead of a collider." + "description": "Whether to explicitly use a shape instead of a collider. Shapes do not support collision and are less performant, but support a wider set of shapes and are required by some components. \nDefaults to using a shape, unless hasCollision is true where it defaults to using a collider." } } },