diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 09:10:54 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 09:10:54 -0400 |
| commit | 3cd16688ea2f467a16473b6b3c4cbb61e0819a1f (patch) | |
| tree | c0a7abe679271ee135e5f2d044b9e0ebcea9dcb6 /data/maps/the_orb/connections.txtpb | |
| parent | 33b078f78cc77b8f99607ce31ff79a7ac9ac3dc4 (diff) | |
| download | lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.tar.gz lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.tar.bz2 lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.zip | |
Added the_orb
Diffstat (limited to 'data/maps/the_orb/connections.txtpb')
| -rw-r--r-- | data/maps/the_orb/connections.txtpb | 20 |
1 files changed, 20 insertions, 0 deletions
| diff --git a/data/maps/the_orb/connections.txtpb b/data/maps/the_orb/connections.txtpb new file mode 100644 index 0000000..62a7643 --- /dev/null +++ b/data/maps/the_orb/connections.txtpb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Main Area" | ||
| 3 | to_room: "O Room" | ||
| 4 | door { name: "O Puzzles" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Main Area" | ||
| 8 | to_room: "R Room" | ||
| 9 | door { name: "R Puzzles" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Main Area" | ||
| 13 | to_room: "B Room" | ||
| 14 | door { name: "B Puzzles" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "B Room" | ||
| 18 | to_room: "Main Area" | ||
| 19 | oneway: true | ||
| 20 | } | ||
