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/maps/the_digital/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/maps/the_digital/connections.txtpb')
| -rw-r--r-- | data/maps/the_digital/connections.txtpb | 35 |
1 files changed, 35 insertions, 0 deletions
| diff --git a/data/maps/the_digital/connections.txtpb b/data/maps/the_digital/connections.txtpb new file mode 100644 index 0000000..04d612e --- /dev/null +++ b/data/maps/the_digital/connections.txtpb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Main Area" | ||
| 3 | to_room: "Chamber" | ||
| 4 | door { name: "U Entrance" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Main Area" | ||
| 8 | to_room: "Chamber" | ||
| 9 | door { name: "C Entrance" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Chamber" | ||
| 13 | to_room: "U Room" | ||
| 14 | door { name: "U Exit" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Chamber" | ||
| 18 | to_room: "C Room" | ||
| 19 | door { name: "C Exit" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Main Area" | ||
| 23 | to_room: "Gallery Maze" | ||
| 24 | door { name: "Gallery Entrance" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "Gallery Maze" | ||
| 28 | to_room: "Main Area" | ||
| 29 | oneway: true | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "Tree Area" | ||
| 33 | to_room: "Main Area" | ||
| 34 | door { name: "Tree Entrance" } | ||
| 35 | } | ||
