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/North Landscape.txtpb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'data/maps/the_great/rooms/North Landscape.txtpb') diff --git a/data/maps/the_great/rooms/North Landscape.txtpb b/data/maps/the_great/rooms/North Landscape.txtpb index 9f2f1f9..959f351 100644 --- a/data/maps/the_great/rooms/North Landscape.txtpb +++ b/data/maps/the_great/rooms/North Landscape.txtpb @@ -5,49 +5,49 @@ panels { path: "Panels/General/platforms_1" clue: "weather" answer: "nature" - symbols: "boxes" + symbols: BOXES } panels { name: "ANIMALS" path: "Panels/General/platforms_2" clue: "animals" answer: "nature" - symbols: "boxes" + symbols: BOXES } panels { name: "PLANTS" path: "Panels/General/platforms_3" clue: "plants" answer: "nature" - symbols: "boxes" + symbols: BOXES } panels { name: "LAUGH" path: "Panels/General/dyk_4" clue: "laugh" answer: "half" - symbols: "zero" + symbols: ZERO } panels { name: "FINISHED" path: "Panels/General/dyk_5" clue: "finished" answer: "done" - symbols: "sun" + symbols: SUN } panels { name: "LAUGH FINISHED" path: "Panels/General/dyk_6" clue: "" answer: "shed" - symbols: "lingo" + symbols: LINGO } panels { name: "INSIDE" path: "Panels/General/nature_1" clue: "inside" answer: "outside" - symbols: "sun" + symbols: SUN } keyholders { name: "X" -- cgit 1.4.1