From 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:23:58 -0400 Subject: Converted puzzle symbols to an enum --- data/maps/the_great/rooms/Main Area.txtpb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'data/maps/the_great/rooms/Main Area.txtpb') diff --git a/data/maps/the_great/rooms/Main Area.txtpb b/data/maps/the_great/rooms/Main Area.txtpb index cf6285a..40c7fbb 100644 --- a/data/maps/the_great/rooms/Main Area.txtpb +++ b/data/maps/the_great/rooms/Main Area.txtpb @@ -11,35 +11,35 @@ panels { path: "Panels/General/entry_12" clue: "borne" answer: "born" - symbols: "zero" + symbols: ZERO } panels { name: "DEW" path: "Panels/General/dyk_1" clue: "dew" answer: "do" - symbols: "zero" + symbols: ZERO } panels { name: "EWE" path: "Panels/General/dyk_2" clue: "ewe" answer: "you" - symbols: "zero" + symbols: ZERO } panels { name: "NO" path: "Panels/General/dyk_3" clue: "no" answer: "know" - symbols: "zero" + symbols: ZERO } panels { name: "BROWN RED ORANGE" path: "Panels/General/seeking_1" clue: "" answer: "bro" - symbols: "lingo" + symbols: LINGO } panels { name: "DO" @@ -58,14 +58,14 @@ panels { path: "Panels/General/uc_3" clue: "see" answer: "sea" - symbols: "zero" + symbols: ZERO } panels { name: "SMILE" path: "Panels/General/entry_1" clue: "smile" answer: "grin" - symbols: "sun" + symbols: SUN } panels { name: "WHY" @@ -102,22 +102,22 @@ panels { path: "Panels/General/entry_6" clue: "color" answer: "gray" - symbols: "example" + symbols: EXAMPLE } panels { name: "BYE" path: "Panels/General/entry_7" clue: "bye" answer: "high" - symbols: "sun" - symbols: "zero" + symbols: SUN + symbols: ZERO } panels { name: "CURT" path: "Panels/Maze/entry_1" clue: "curt" answer: "court" - symbols: "sparkles" + symbols: SPARKLES } ports { name: "ENTRY" -- cgit 1.4.1