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/West Side.txtpb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data/maps/the_great/rooms/West Side.txtpb') diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb index f72cce7..4723213 100644 --- a/data/maps/the_great/rooms/West Side.txtpb +++ b/data/maps/the_great/rooms/West Side.txtpb @@ -5,49 +5,49 @@ panels { path: "Panels/General/entry_9" clue: "erase" answer: "write" - symbols: "sun" + symbols: SUN } panels { name: "TEACH" path: "Panels/Magnet Room/magnet_1" clue: "teach" answer: "learn" - symbols: "sun" + symbols: SUN } panels { name: "RIGHT" path: "Panels/Impressive/entry_1" clue: "right" answer: "wrong" - symbols: "sun" + symbols: SUN } panels { name: "SAVORY" path: "Panels/Favors/favors_1" clue: "savory" answer: "unsavory" - symbols: "sun" + symbols: SUN } panels { name: "FLAVORS" path: "Panels/Favors/favors_2" clue: "flavors" answer: "favors" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "COLOR" path: "Panels/General/entry_5" clue: "color" answer: "red" - symbols: "example" + symbols: EXAMPLE } panels { name: "CLUE" path: "Panels/General/entry_3" clue: "clue" answer: "hint" - symbols: "sun" + symbols: SUN } letters { key: "a" -- cgit 1.4.1