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_butterfly/rooms/Main Area.txtpb | 36 +++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'data/maps/the_butterfly') diff --git a/data/maps/the_butterfly/rooms/Main Area.txtpb b/data/maps/the_butterfly/rooms/Main Area.txtpb index f21863c..9a8b3d5 100644 --- a/data/maps/the_butterfly/rooms/Main Area.txtpb +++ b/data/maps/the_butterfly/rooms/Main Area.txtpb @@ -5,126 +5,126 @@ panels { path: "Panels/Room_1/panel_1" clue: "species" answer: "evolution" - symbols: "null" + symbols: NULL } panels { name: "PERSONALITY" path: "Panels/Room_1/panel_2" clue: "personality" answer: "growth" - symbols: "null" + symbols: NULL } panels { name: "CONSTITUTION" path: "Panels/Room_1/panel_3" clue: "constitution" answer: "amendment" - symbols: "null" + symbols: NULL } panels { name: "GAME" path: "Panels/Room_1/panel_4" clue: "game" answer: "expansion" - symbols: "null" + symbols: NULL } panels { name: "SCIENCE" path: "Panels/Room_1/panel_5" clue: "science" answer: "discovery" - symbols: "null" + symbols: NULL } panels { name: "SCHOOL" path: "Panels/Room_1/panel_6" clue: "school" answer: "graduation" - symbols: "null" + symbols: NULL } panels { name: "BUILDING" path: "Panels/Room_1/panel_7" clue: "building" answer: "construction" - symbols: "null" + symbols: NULL } panels { name: "STRUCTURE" path: "Panels/Room_1/panel_8" clue: "structure" answer: "construction" - symbols: "null" + symbols: NULL } panels { name: "CATERPILLAR" path: "Panels/Room_1/panel_9" clue: "caterpillar" answer: "metamorphosis" - symbols: "null" + symbols: NULL } panels { name: "KNOWLEDGE" path: "Panels/Room_1/panel_10" clue: "knowledge" answer: "learning" - symbols: "null" + symbols: NULL } panels { name: "GENE" path: "Panels/Room_1/panel_11" clue: "gene" answer: "mutation" - symbols: "null" + symbols: NULL } panels { name: "CREATURE" path: "Panels/Room_1/panel_12" clue: "creature" answer: "mutation" - symbols: "null" + symbols: NULL } panels { name: "ARTICLE" path: "Panels/Room_1/panel_13" clue: "article" answer: "revision" - symbols: "null" + symbols: NULL } panels { name: "BOOK" path: "Panels/Room_1/panel_14" clue: "book" answer: "revision" - symbols: "null" + symbols: NULL } panels { name: "TEXT" path: "Panels/Room_1/panel_15" clue: "text" answer: "revision" - symbols: "null" + symbols: NULL } panels { name: "POSITION (1)" path: "Panels/Room_1/panel_16" clue: "position" answer: "motion" - symbols: "null" + symbols: NULL } panels { name: "POSITION (2)" path: "Panels/Room_1/panel_17" clue: "position" answer: "acceleration" - symbols: "null" + symbols: NULL } panels { name: "POSITION (3)" path: "Panels/Room_1/panel_18" clue: "position" answer: "jerk" - symbols: "null" + symbols: NULL } ports { name: "GALLERY" -- cgit 1.4.1