From 1eacf01378d4dff3aed73fffcc42e0352b93835e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 10:48:01 -0400 Subject: Trying out protobuf I guess --- data/maps/the_entry/rooms/Flipped Link Area.txtpb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/maps/the_entry/rooms/Flipped Link Area.txtpb (limited to 'data/maps/the_entry/rooms/Flipped Link Area.txtpb') diff --git a/data/maps/the_entry/rooms/Flipped Link Area.txtpb b/data/maps/the_entry/rooms/Flipped Link Area.txtpb new file mode 100644 index 0000000..b189c57 --- /dev/null +++ b/data/maps/the_entry/rooms/Flipped Link Area.txtpb @@ -0,0 +1,23 @@ +name: "Flipped Link Area" +display_name: "Pyramid Area" +panels { + name: "WANDER" + path: "Panels/Pilgrimage/cream_4" + clue: "wander" + answer: "roam" + symbols: "sun" +} +paintings { + name: "NEAR" + path: "Components/Paintings/aches2" + orientation: "north" + flipped: true + display_name: "Flipper Near Painting" +} +paintings { + name: "FAR" + path: "Components/Paintings/aches4" + orientation: "south" + flipped: true + display_name: "Flipped Far Painting" +} \ No newline at end of file -- cgit 1.4.1