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_partial/rooms/Reverse Side.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/the_partial/rooms/Reverse Side.txtpb') diff --git a/data/maps/the_partial/rooms/Reverse Side.txtpb b/data/maps/the_partial/rooms/Reverse Side.txtpb index 43855ce..a286737 100644 --- a/data/maps/the_partial/rooms/Reverse Side.txtpb +++ b/data/maps/the_partial/rooms/Reverse Side.txtpb @@ -5,26 +5,26 @@ panels { path: "Panels/Side 2/panel_2" clue: "bro" answer: "pro" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "FOUR" path: "Panels/Side 2/panel_4" clue: "four" answer: "pour" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "FINCH" path: "Panels/Side 2/panel_6" clue: "finch" answer: "pinch" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "CLOD" path: "Panels/Side 2/panel_7" clue: "clod" answer: "chop" - symbols: "sparkles" + symbols: SPARKLES } -- cgit 1.4.1