summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Flipped Second Room.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 10:48:01 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 10:48:01 -0400
commit1eacf01378d4dff3aed73fffcc42e0352b93835e (patch)
treea90fd3b0e829bab1acef32ffc63aafe1fafc61a9 /data/maps/the_entry/rooms/Flipped Second Room.txtpb
parente36aead557d767539326b230f9ba8b89b4d1d1df (diff)
downloadlingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.gz
lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.bz2
lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.zip
Trying out protobuf I guess
Diffstat (limited to 'data/maps/the_entry/rooms/Flipped Second Room.txtpb')
-rw-r--r--data/maps/the_entry/rooms/Flipped Second Room.txtpb29
1 files changed, 29 insertions, 0 deletions
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 @@
1name: "Flipped Second Room"
2display_name: "Flip Area"
3panels {
4 name: "CLUE"
5 path: "Panels/Entry/second_right_top"
6 clue: "clue"
7 answer: "hint"
8 symbols: "sun"
9}
10panels {
11 name: "SLENDER"
12 path: "Panels/Entry/second_left_top"
13 clue: "slender"
14 answer: "thin"
15 symbols: "sun"
16}
17paintings {
18 name: "EYE"
19 path: "Components/Paintings/eyes"
20 orientation: "north"
21 flipped: true
22 display_name: "Eye Painting"
23}
24ports {
25 name: "FOUR"
26 path: "Components/Warps/worldport9"
27 orientation: "south"
28 required_door { name: "Flipped Second Room Right Door" }
29} \ No newline at end of file