From 02a5b344415dbfcb7555f47221afc6e3b92703b9 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 19 Jul 2023 03:19:13 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index f7d281b8..ea6841c2 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -5,6 +5,10 @@ "description": "Configuration for a specific star system", "additionalProperties": false, "properties": { + "freeMapAngle": { + "type": "boolean", + "description": "In this system should the player be able to rotate their map camera freely or be stuck above the plane of the solar system?" + }, "farClipPlaneOverride": { "type": "number", "description": "An override value for the far clip plane. Allows you to see farther.",