From b10291fa1a25b98a5ed09ffa6833b5d6c2c3ab6b Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 14 Jun 2024 19:11:49 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index f033211c..7d781d18 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -153,11 +153,11 @@ }, "endTimesAudio": { "type": "string", - "description": "The audio that will play for 85 seconds before the loop ends. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." + "description": "The audio that will play right before the loop ends. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." }, "endTimesDreamAudio": { "type": "string", - "description": "The audio that will play for 85 seconds before the loop ends while inside the dreamworld. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." + "description": "The audio that will play right before the loop ends while inside the dreamworld. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." }, "brambleDimensionAudio": { "type": "string",