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_plaza/rooms/Bottom Left Room.txtpb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/maps/the_plaza/rooms/Bottom Left Room.txtpb') diff --git a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb index 5c7a08e..833ccce 100644 --- a/data/maps/the_plaza/rooms/Bottom Left Room.txtpb +++ b/data/maps/the_plaza/rooms/Bottom Left Room.txtpb @@ -5,40 +5,40 @@ panels { path: "Panels/Room 4/panel_1" clue: "shell" answer: "armadillo" - symbols: "stars" + symbols: STARS } panels { name: "SHELL (2)" path: "Panels/Room 4/panel_2" clue: "shell" answer: "coconut" - symbols: "stars" + symbols: STARS } panels { name: "SHELL (3)" path: "Panels/Room 4/panel_3" clue: "shell" answer: "egg" - symbols: "stars" + symbols: STARS } panels { name: "SHELL (4)" path: "Panels/Room 4/panel_4" clue: "shell" answer: "crab" - symbols: "stars" + symbols: STARS } panels { name: "SHELL (5)" path: "Panels/Room 4/panel_5" clue: "shell" answer: "turtle" - symbols: "stars" + symbols: STARS } panels { name: "SHELL (6)" path: "Panels/Room 4/panel_6" clue: "shell" answer: "nut" - symbols: "stars" + symbols: STARS } -- cgit 1.4.1