diff options
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 23 |
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 | ||
12 | connections { | 17 | connections { |
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 | } |
179 | connections { | ||
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 | } | ||