about summary refs log tree commit diff stats
path: root/data/maps/the_darkroom/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-21 12:44:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-21 12:44:50 -0400
commitb53018acc54a7b8812a0b9830562879071d05fa6 (patch)
tree263795fb5358292263916a1621bacabc73873645 /data/maps/the_darkroom/connections.txtpb
parente896b5e91c04723484c25bf1e2b00a248ea18614 (diff)
downloadlingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.tar.gz
lingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.tar.bz2
lingo2-archipelago-b53018acc54a7b8812a0b9830562879071d05fa6.zip
[Data] Annotate shuffleable ports HEAD main
Diffstat (limited to 'data/maps/the_darkroom/connections.txtpb')
-rw-r--r--data/maps/the_darkroom/connections.txtpb14
1 files changed, 12 insertions, 2 deletions
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 1b7ad05..43bca70 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb
@@ -1,7 +1,12 @@
1connections { 1connections {
2 from_room: "First Room"
3 to_room: "First Room Exit"
4 door { name: "Second Room Entrance" }
5}
6connections {
2 from { 7 from {
3 port { 8 port {
4 room: "First Room" 9 room: "First Room Exit"
5 name: "NEXT" 10 name: "NEXT"
6 } 11 }
7 } 12 }
@@ -14,9 +19,14 @@ connections {
14 oneway: true 19 oneway: true
15} 20}
16connections { 21connections {
22 from_room: "Second Room"
23 to_room: "Second Room Exit"
24 door { name: "Third Room Entrance" }
25}
26connections {
17 from { 27 from {
18 port { 28 port {
19 room: "Second Room" 29 room: "Second Room Exit"
20 name: "NEXT" 30 name: "NEXT"
21 } 31 }
22 } 32 }