summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 09:45:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 09:45:29 -0400
commita1bad926c17d334bd81fef47043545f601ec8329 (patch)
tree928cf5ed1071d379d13b45549e3ae65b9e1ed66a /data/connections.txtpb
parent9240e7e7a81072e561f969aff375d979cf2112e8 (diff)
downloadlingo2-archipelago-a1bad926c17d334bd81fef47043545f601ec8329.tar.gz
lingo2-archipelago-a1bad926c17d334bd81fef47043545f601ec8329.tar.bz2
lingo2-archipelago-a1bad926c17d334bd81fef47043545f601ec8329.zip
Added the_between
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb23
1 files changed, 22 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index ab2db22..6aaf273 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -9,6 +9,11 @@
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 11# the_bearer/Butterfly Room/BUTTERFLY
12# the_between/Main Area/GREAT
13# the_between/Main Area/PLAZA
14# gallery -> between
15# the_between/Control Center Side/CC
16# the_between/Control Center Side/LIVELY
12connections { 17connections {
13 from { 18 from {
14 panel { 19 panel {
@@ -170,4 +175,20 @@ connections {
170 } 175 }
171 } 176 }
172 oneway: true 177 oneway: true
173} \ No newline at end of file 178}
179connections {
180 from {
181 painting {
182 map: "the_between"
183 room: "Control Center Side"
184 name: "EYE"
185 }
186 }
187 to {
188 room {
189 map: "the_entry"
190 name: "Eye Room"
191 }
192 }
193 oneway: true
194}