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/Zero Room.txtpb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/maps/the_great/rooms/Zero Room.txtpb') diff --git a/data/maps/the_great/rooms/Zero Room.txtpb b/data/maps/the_great/rooms/Zero Room.txtpb index fb19606..dcbe067 100644 --- a/data/maps/the_great/rooms/Zero Room.txtpb +++ b/data/maps/the_great/rooms/Zero Room.txtpb @@ -5,7 +5,7 @@ panels { path: "Panels/General/zero_1" clue: "hero" answer: "zero" - symbols: "zero" + symbols: ZERO required_door { name: "Zero Entrance" } } panels { @@ -13,7 +13,7 @@ panels { path: "Panels/General/zero_2" clue: "many" answer: "zero" - symbols: "sun" + symbols: SUN required_door { name: "Zero Entrance" } } panels { @@ -21,14 +21,14 @@ panels { path: "Panels/General/zero_3" clue: "shift" answer: "control" - symbols: "example" + symbols: EXAMPLE } panels { name: "REMAINING" path: "Panels/General/zero_5" clue: "remaining" answer: "zero" - symbols: "question" + symbols: QUESTION required_door { name: "Zero Entrance" } } panels { @@ -36,5 +36,5 @@ panels { path: "Panels/General/zero_4" clue: "middle" answer: "center" - symbols: "sun" + symbols: SUN } -- cgit 1.4.1