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_entry/rooms/Least Blue Last.txtpb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'data/maps/the_entry/rooms/Least Blue Last.txtpb') diff --git a/data/maps/the_entry/rooms/Least Blue Last.txtpb b/data/maps/the_entry/rooms/Least Blue Last.txtpb index d1d4da1..0f198b7 100644 --- a/data/maps/the_entry/rooms/Least Blue Last.txtpb +++ b/data/maps/the_entry/rooms/Least Blue Last.txtpb @@ -5,63 +5,63 @@ panels { path: "Panels/LBL/lbl_1" clue: "capable" answer: "able" - symbols: "sun" + symbols: SUN } panels { name: "CAPABLE (2)" path: "Panels/LBL/lbl_2" clue: "capable" answer: "able" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "LUSTRE" path: "Panels/LBL/lbl_3" clue: "lustre" answer: "lust" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "WANT" path: "Panels/LBL/lbl_4" clue: "want" answer: "lust" - symbols: "sun" + symbols: SUN } panels { name: "STEALER" path: "Panels/LBL/lbl_5" clue: "stealer" answer: "stale" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "OLD" path: "Panels/LBL/lbl_6" clue: "old" answer: "stale" - symbols: "sun" + symbols: SUN } panels { name: "TRUST" path: "Panels/LBL/lbl_7" clue: "trust" answer: "lust" - symbols: "zero" + symbols: ZERO } panels { name: "LABEL" path: "Panels/LBL/lbl_8" clue: "label" answer: "able" - symbols: "zero" + symbols: ZERO } panels { name: "AIL" path: "Panels/LBL/lbl_9" clue: "ail" answer: "stale" - symbols: "zero" + symbols: ZERO } panels { name: "CORNERS" -- cgit 1.4.1