From 3fcc676cd3b9b3b24a8755612a459d498879b1df Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 10:58:45 -0400 Subject: Added the_butterfly The proto representation of letters has changed, so the C++ tools need to be updated. --- data/maps/the_butterfly/rooms/Main Area.txtpb | 133 ++++++++++++++++++++++++++ data/maps/the_butterfly/rooms/Mastery.txtpb | 6 ++ 2 files changed, 139 insertions(+) create mode 100644 data/maps/the_butterfly/rooms/Main Area.txtpb create mode 100644 data/maps/the_butterfly/rooms/Mastery.txtpb (limited to 'data/maps/the_butterfly/rooms') diff --git a/data/maps/the_butterfly/rooms/Main Area.txtpb b/data/maps/the_butterfly/rooms/Main Area.txtpb new file mode 100644 index 0000000..f21863c --- /dev/null +++ b/data/maps/the_butterfly/rooms/Main Area.txtpb @@ -0,0 +1,133 @@ +name: "Main Area" +display_name: "Main Area" +panels { + name: "SPECIES" + path: "Panels/Room_1/panel_1" + clue: "species" + answer: "evolution" + symbols: "null" +} +panels { + name: "PERSONALITY" + path: "Panels/Room_1/panel_2" + clue: "personality" + answer: "growth" + symbols: "null" +} +panels { + name: "CONSTITUTION" + path: "Panels/Room_1/panel_3" + clue: "constitution" + answer: "amendment" + symbols: "null" +} +panels { + name: "GAME" + path: "Panels/Room_1/panel_4" + clue: "game" + answer: "expansion" + symbols: "null" +} +panels { + name: "SCIENCE" + path: "Panels/Room_1/panel_5" + clue: "science" + answer: "discovery" + symbols: "null" +} +panels { + name: "SCHOOL" + path: "Panels/Room_1/panel_6" + clue: "school" + answer: "graduation" + symbols: "null" +} +panels { + name: "BUILDING" + path: "Panels/Room_1/panel_7" + clue: "building" + answer: "construction" + symbols: "null" +} +panels { + name: "STRUCTURE" + path: "Panels/Room_1/panel_8" + clue: "structure" + answer: "construction" + symbols: "null" +} +panels { + name: "CATERPILLAR" + path: "Panels/Room_1/panel_9" + clue: "caterpillar" + answer: "metamorphosis" + symbols: "null" +} +panels { + name: "KNOWLEDGE" + path: "Panels/Room_1/panel_10" + clue: "knowledge" + answer: "learning" + symbols: "null" +} +panels { + name: "GENE" + path: "Panels/Room_1/panel_11" + clue: "gene" + answer: "mutation" + symbols: "null" +} +panels { + name: "CREATURE" + path: "Panels/Room_1/panel_12" + clue: "creature" + answer: "mutation" + symbols: "null" +} +panels { + name: "ARTICLE" + path: "Panels/Room_1/panel_13" + clue: "article" + answer: "revision" + symbols: "null" +} +panels { + name: "BOOK" + path: "Panels/Room_1/panel_14" + clue: "book" + answer: "revision" + symbols: "null" +} +panels { + name: "TEXT" + path: "Panels/Room_1/panel_15" + clue: "text" + answer: "revision" + symbols: "null" +} +panels { + name: "POSITION (1)" + path: "Panels/Room_1/panel_16" + clue: "position" + answer: "motion" + symbols: "null" +} +panels { + name: "POSITION (2)" + path: "Panels/Room_1/panel_17" + clue: "position" + answer: "acceleration" + symbols: "null" +} +panels { + name: "POSITION (3)" + path: "Panels/Room_1/panel_18" + clue: "position" + answer: "jerk" + symbols: "null" +} +ports { + name: "GALLERY" + path: "Components/Warps/worldport" + orientation: "southwest" # uhhhh this is new +} diff --git a/data/maps/the_butterfly/rooms/Mastery.txtpb b/data/maps/the_butterfly/rooms/Mastery.txtpb new file mode 100644 index 0000000..f494fde --- /dev/null +++ b/data/maps/the_butterfly/rooms/Mastery.txtpb @@ -0,0 +1,6 @@ +name: "Mastery" +display_name: "Main Area" +masteries { + name: "MASTERY" + path: "Components/Collectables/collectable" +} -- cgit 1.4.1