From 1122c447447d004a7b199972f0f52a9ee46e8a1d Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 27 Nov 2024 20:09:20 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 6905a444b..6b011cc4b 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -4047,7 +4047,7 @@ }, "outlineSprite": { "type": "string", - "description": "The path to the sprite to show when the planet is unexplored in map mode." + "description": "The path to the sprite (.png) to show when the planet is unexplored in map mode." }, "remove": { "type": "boolean", @@ -4055,7 +4055,7 @@ }, "revealedSprite": { "type": "string", - "description": "The path to the sprite to show when the planet is revealed in map mode." + "description": "The path to the sprite (.png) to show when the planet is revealed in map mode." }, "scale": { "type": "number", @@ -4075,7 +4075,7 @@ }, "outlineSprite": { "type": "string", - "description": "The sprite to show when the parent AstroBody is rumored/unexplored." + "description": "The sprite (.png) to show when the parent AstroBody is rumored/unexplored." }, "position": { "description": "The position (relative to the parent) to place the detail.", @@ -4083,7 +4083,7 @@ }, "revealedSprite": { "type": "string", - "description": "The sprite to show when the parent AstroBody is revealed." + "description": "The sprite (.png) to show when the parent AstroBody is revealed." }, "rotation": { "type": "number",