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/Wrath Room.txtpb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'data/maps/the_entry/rooms/Wrath Room.txtpb') diff --git a/data/maps/the_entry/rooms/Wrath Room.txtpb b/data/maps/the_entry/rooms/Wrath Room.txtpb index e6b9b5a..29bd1cb 100644 --- a/data/maps/the_entry/rooms/Wrath Room.txtpb +++ b/data/maps/the_entry/rooms/Wrath Room.txtpb @@ -5,36 +5,36 @@ panels { path: "Panels/Back Right/br_4" clue: "rabbit" answer: "hair" - symbols: "sun" - symbols: "zero" + symbols: SUN + symbols: ZERO } panels { name: "HOLE" path: "Panels/Back Right/br_5" clue: "hole" answer: "part" - symbols: "zero" - symbols: "boxes" + symbols: ZERO + symbols: BOXES } panels { name: "WREATH" path: "Panels/Back Right/br_17" clue: "wreath" answer: "wrath" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "DICE" path: "Panels/Back Right/br_16" clue: "dice" answer: "die" - symbols: "planet" + symbols: PLANET } panels { name: "CORN" path: "Panels/Back Right/br_15" clue: "corn" answer: "corners" - symbols: "sparkles" - symbols: "planet" + symbols: SPARKLES + symbols: PLANET } \ No newline at end of file -- cgit 1.4.1