diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-13 23:45:05 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-13 23:45:05 -0400 |
commit | 79321fca348b5126467fa64258b3c0340cc8b110 (patch) | |
tree | 96b3cb92b731182d3b8b48ba1381118567364829 /data/maps/the_gallery/connections.txtpb | |
parent | 1e83b43cc1250129ab18ff68f5004c9b5f74080e (diff) | |
download | lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.tar.gz lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.tar.bz2 lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.zip |
Added the_gallery
Diffstat (limited to 'data/maps/the_gallery/connections.txtpb')
-rw-r--r-- | data/maps/the_gallery/connections.txtpb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/the_gallery/connections.txtpb b/data/maps/the_gallery/connections.txtpb new file mode 100644 index 0000000..1518937 --- /dev/null +++ b/data/maps/the_gallery/connections.txtpb | |||
@@ -0,0 +1,15 @@ | |||
1 | connections { | ||
2 | from_room: "Daedalus Extension" | ||
3 | to_room: "Main Area" | ||
4 | door { name: "Gallery Extension" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Area" | ||
8 | to_room: "Back Room" | ||
9 | door { name: "Back Door" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Back Room" | ||
13 | to_room: "Ending" | ||
14 | door { name: "Ending Door" } | ||
15 | } | ||