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/doors.txtpb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/maps/the_butterfly/doors.txtpb (limited to 'data/maps/the_butterfly/doors.txtpb') diff --git a/data/maps/the_butterfly/doors.txtpb b/data/maps/the_butterfly/doors.txtpb new file mode 100644 index 0000000..1994d2f --- /dev/null +++ b/data/maps/the_butterfly/doors.txtpb @@ -0,0 +1,23 @@ +# TODO: The gallery painting +doors { + name: "Panels" + type: EVENT + panels { room: "Main Area" name: "SPECIES" } + panels { room: "Main Area" name: "PERSONALITY" } + panels { room: "Main Area" name: "CONSTITUION" } + panels { room: "Main Area" name: "GAME" } + panels { room: "Main Area" name: "SCIENCE" } + panels { room: "Main Area" name: "SCHOOL" } + panels { room: "Main Area" name: "BUILDING" } + panels { room: "Main Area" name: "STRUCTURE" } + panels { room: "Main Area" name: "CATERPILLAR" } + panels { room: "Main Area" name: "KNOWLEDGE" } + panels { room: "Main Area" name: "GENE" } + panels { room: "Main Area" name: "CREATURE" } + panels { room: "Main Area" name: "ARTICLE" } + panels { room: "Main Area" name: "BOOK" } + panels { room: "Main Area" name: "TEXT" } + panels { room: "Main Area" name: "POSITION (1)" } + panels { room: "Main Area" name: "POSITION (2)" } + panels { room: "Main Area" name: "POSITION (3)" } +} -- cgit 1.4.1