From ffe403ecea76281d1d73655d976ee3474bfb8906 Mon Sep 17 00:00:00 2001 From: "Nick J. Connors" Date: Sun, 6 Feb 2022 22:58:52 -0500 Subject: [PATCH] Update schema.json --- NewHorizons/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 2d340409..d805b63f 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -736,6 +736,10 @@ "default": false, "description": "For each mesh filter found here should we make a mesh collider?" } + }, + "scale": { + "type": "number", + "default": 1 } } }