summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb18
1 files changed, 17 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index b0eb7e3..ff55e94 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -1,7 +1,6 @@
1# TODO 1# TODO
2# the_entry/Starting Room/HI/thewords 2# the_entry/Starting Room/HI/thewords
3# the_entry/Lime Room/DAEDALUS 3# the_entry/Lime Room/DAEDALUS
4# the_entry/Shop Entrance/SHOP
5# the_entry/Link Area/PYRAMID 4# the_entry/Link Area/PYRAMID
6# the_entry/Daedalus Entrance/DAEDALUS 5# the_entry/Daedalus Entrance/DAEDALUS
7# the_entry/Composite Room Entrance/COMPOSITE 6# the_entry/Composite Room Entrance/COMPOSITE
@@ -56,6 +55,7 @@
56# the_quiet/Main Area/DAEDALUS 55# the_quiet/Main Area/DAEDALUS
57# cc -> relentless (don't use port objects) 56# cc -> relentless (don't use port objects)
58# the_repetitive/Main Room/CC 57# the_repetitive/Main Room/CC
58# cc <-> the shop (keyholder door only needed one way)
59connections { 59connections {
60 from { 60 from {
61 port { 61 port {
@@ -1026,3 +1026,19 @@ connections {
1026 } 1026 }
1027 oneway: true 1027 oneway: true
1028} 1028}
1029connections {
1030 from {
1031 port {
1032 map: "the_entry"
1033 room: "Shop Entrance"
1034 name: "SHOP"
1035 }
1036 }
1037 to {
1038 port {
1039 map: "the_shop"
1040 room: "Main Area"
1041 name: "ENTRY"
1042 }
1043 }
1044}