From 7567ec7a4d8c8747b7e391df83451f23301c155e Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 15 Feb 2025 02:27:17 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 7336433e..357cc769 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -6410,6 +6410,10 @@ "$ref": "#/definitions/NHDeathType" } ] + }, + "gameOverTextColour": { + "description": "Change the colour of the game over text. Leave empty to use the default orange.", + "$ref": "#/definitions/MColor" } } },