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-08-11 00:03:34 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-11 00:03:34 -0400
commit424a17386108abc7e29579137c640635ae79b2c7 (patch)
treeb155b7f8961a9b772eb77540ca3f5e6cfd257042 /data/maps/the_darkroom/connections.txtpb
parent21e334efcda30845f0d95b274fba7bb3f6f04004 (diff)
downloadlingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.tar.gz
lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.tar.bz2
lingo2-archipelago-424a17386108abc7e29579137c640635ae79b2c7.zip
Added the_darkroom
Diffstat (limited to 'data/maps/the_darkroom/connections.txtpb')
-rw-r--r--data/maps/the_darkroom/connections.txtpb35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb new file mode 100644 index 0000000..4093585 --- /dev/null +++ b/data/maps/the_darkroom/connections.txtpb
@@ -0,0 +1,35 @@
1connections {
2 from {
3 port {
4 room: "First Room"
5 name: "NEXT"
6 }
7 }
8 to {
9 port {
10 room: "Second Room"
11 name: "ENTRY"
12 }
13 }
14 oneway: true
15}
16connections {
17 from {
18 port {
19 room: "Second Room"
20 name: "NEXT"
21 }
22 }
23 to {
24 port {
25 room: "Third Room"
26 name: "ENTRY"
27 }
28 }
29 oneway: true
30}
31connections {
32 from_room: "Third Room"
33 to_room: "S Room"
34 door { name: "S1 Door" }
35}