diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 10:03:07 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-11 10:03:07 -0400 |
commit | 8cf8fc4b7926ddc579896552b91831dd3e860dfe (patch) | |
tree | b368ad24ba28b5764c19ad42a964c8bf1bf43d56 /data/connections.txtpb | |
parent | b03077220a8e72d1275de20daede8e24a625fa27 (diff) | |
download | lingo2-archipelago-8cf8fc4b7926ddc579896552b91831dd3e860dfe.tar.gz lingo2-archipelago-8cf8fc4b7926ddc579896552b91831dd3e860dfe.tar.bz2 lingo2-archipelago-8cf8fc4b7926ddc579896552b91831dd3e860dfe.zip |
Added the_digital
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index fb1c794..15835bf 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -17,6 +17,8 @@ | |||
17 | # the_colorful/White Room/GREAT | 17 | # the_colorful/White Room/GREAT |
18 | # the_colorful/Cyan Hallway/STURDY | 18 | # the_colorful/Cyan Hallway/STURDY |
19 | # the_darkroom/First Room/DOUBLESIDED | 19 | # the_darkroom/First Room/DOUBLESIDED |
20 | # the_digital/Main Area/UNYIELDING | ||
21 | # the_digital/Tree Area/TREE | ||
20 | connections { | 22 | connections { |
21 | from { | 23 | from { |
22 | panel { | 24 | panel { |
@@ -277,3 +279,53 @@ connections { | |||
277 | } | 279 | } |
278 | } | 280 | } |
279 | } | 281 | } |
282 | connections { | ||
283 | from { | ||
284 | port { | ||
285 | map: "the_digital" | ||
286 | room: "Main Area" | ||
287 | name: "ENTRY3" | ||
288 | } | ||
289 | } | ||
290 | to { | ||
291 | port { | ||
292 | map: "the_entry" | ||
293 | room: "Starting Room" | ||
294 | name: "DIGITAL" | ||
295 | } | ||
296 | } | ||
297 | } | ||
298 | connections { | ||
299 | from { | ||
300 | port { | ||
301 | map: "the_digital" | ||
302 | room: "Main Area" | ||
303 | name: "ENTRY2" | ||
304 | } | ||
305 | } | ||
306 | to { | ||
307 | port { | ||
308 | map: "the_entry" | ||
309 | room: "Starting Room" | ||
310 | name: "DIGITAL" | ||
311 | } | ||
312 | } | ||
313 | oneway: true | ||
314 | } | ||
315 | connections { | ||
316 | from { | ||
317 | port { | ||
318 | map: "the_digital" | ||
319 | room: "Main Area" | ||
320 | name: "ENTRY1" | ||
321 | } | ||
322 | } | ||
323 | to { | ||
324 | port { | ||
325 | map: "the_entry" | ||
326 | room: "Starting Room" | ||
327 | name: "DIGITAL" | ||
328 | } | ||
329 | } | ||
330 | oneway: true | ||
331 | } | ||