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_repetitive/rooms/Main Room.txtpb | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'data/maps/the_repetitive/rooms/Main Room.txtpb') diff --git a/data/maps/the_repetitive/rooms/Main Room.txtpb b/data/maps/the_repetitive/rooms/Main Room.txtpb index a6fb747..9fd36d4 100644 --- a/data/maps/the_repetitive/rooms/Main Room.txtpb +++ b/data/maps/the_repetitive/rooms/Main Room.txtpb @@ -17,7 +17,7 @@ panels { path: "Panels/Entry/panel_4" clue: "height" answer: "eight" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "HEIGHT (1)" @@ -30,101 +30,101 @@ panels { path: "Panels/Entry/panel_5" clue: "height" answer: "high" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "HEIGHT (4)" path: "Panels/Entry/panel_9" clue: "height" answer: "hit" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "HEIGHT (5)" path: "Panels/Entry/panel_10" clue: "height" answer: "hi" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "HEIGHT (6)" path: "Panels/Entry/panel_11" clue: "height" answer: "i" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "QUESTION" path: "Panels/Entry/panel" clue: "question" answer: "which" - symbols: "example" + symbols: EXAMPLE } panels { name: "INTUITION" path: "Panels/Entry/panel2" clue: "intuition" answer: "hunch" - symbols: "sun" + symbols: SUN } panels { name: "HI" path: "Panels/Entry/panel5" clue: "hi" answer: "high" - symbols: "zero" + symbols: ZERO } panels { name: "I" path: "Panels/Entry/panel6" clue: "i" answer: "eye" - symbols: "zero" + symbols: ZERO } panels { name: "?" path: "Panels/Entry/panel_16" clue: "" answer: "wish" - symbols: "question" + symbols: QUESTION } panels { name: "HAND" path: "Panels/Entry/panel_17" clue: "hand" answer: "harm" - symbols: "boxes" - symbols: "eval" + symbols: BOXES + symbols: EVAL } panels { name: "? HAND" path: "Panels/Entry/panel_18" clue: "" answer: "warm" - symbols: "lingo" - symbols: "eval" + symbols: LINGO + symbols: EVAL } panels { name: "RICHES" path: "Panels/Entry/panel_19" clue: "riches" answer: "wealth" - symbols: "sun" + symbols: SUN } panels { name: "? RICHES" path: "Panels/Entry/panel_20" clue: "" answer: "health" - symbols: "lingo" - symbols: "eval" + symbols: LINGO + symbols: EVAL } panels { name: "MISHMASH" path: "Panels/Entry/panel_21" clue: "mishmash" answer: "hash" - symbols: "eval" + symbols: EVAL } letters { key: "h" -- cgit 1.4.1