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 --- .../maps/the_entry/rooms/Flipped Second Room.txtpb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 data/maps/the_entry/rooms/Flipped Second Room.txtpb (limited to 'data/maps/the_entry/rooms/Flipped Second Room.txtpb') diff --git a/data/maps/the_entry/rooms/Flipped Second Room.txtpb b/data/maps/the_entry/rooms/Flipped Second Room.txtpb new file mode 100644 index 0000000..339ea64 --- /dev/null +++ b/data/maps/the_entry/rooms/Flipped Second Room.txtpb @@ -0,0 +1,29 @@ +name: "Flipped Second Room" +display_name: "Flip Area" +panels { + name: "CLUE" + path: "Panels/Entry/second_right_top" + clue: "clue" + answer: "hint" + symbols: "sun" +} +panels { + name: "SLENDER" + path: "Panels/Entry/second_left_top" + clue: "slender" + answer: "thin" + symbols: "sun" +} +paintings { + name: "EYE" + path: "Components/Paintings/eyes" + orientation: "north" + flipped: true + display_name: "Eye Painting" +} +ports { + name: "FOUR" + path: "Components/Warps/worldport9" + orientation: "south" + required_door { name: "Flipped Second Room Right Door" } +} \ No newline at end of file -- cgit 1.4.1