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 6aaf273..992982b 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -8,12 +8,12 @@
8# the_bearer/Back Area/TREE 8# the_bearer/Back Area/TREE
9# the_bearer/Entry/UNYIELDING 9# the_bearer/Entry/UNYIELDING
10# the_bearer/Back Area/DAEDALUS 10# the_bearer/Back Area/DAEDALUS
11# the_bearer/Butterfly Room/BUTTERFLY
12# the_between/Main Area/GREAT 11# the_between/Main Area/GREAT
13# the_between/Main Area/PLAZA 12# the_between/Main Area/PLAZA
14# gallery -> between 13# gallery -> between
15# the_between/Control Center Side/CC 14# the_between/Control Center Side/CC
16# the_between/Control Center Side/LIVELY 15# the_between/Control Center Side/LIVELY
16# butterfly -> gallery
17connections { 17connections {
18 from { 18 from {
19 panel { 19 panel {
@@ -192,3 +192,19 @@ connections {
192 } 192 }
193 oneway: true 193 oneway: true
194} 194}
195connections {
196 from {
197 painting {
198 map: "the_bearer"
199 room: "Butterfly"
200 name: "BUTTERFLY"
201 }
202 }
203 to {
204 room {
205 map: "the_butterfly"
206 name: "Main Area"
207 }
208 }
209 oneway: true
210}