diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 19:18:55 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 19:18:55 -0400 |
commit | 6f1b8fe85822080284fbad4e0ab0e6c2adaf7157 (patch) | |
tree | 68ec9c4c1f77707b617a4e579e8538423286df40 /data/maps/the_revitalized/connections.txtpb | |
parent | c9139577e690baff59da1b1edf13ef209c00ee40 (diff) | |
download | lingo2-archipelago-6f1b8fe85822080284fbad4e0ab0e6c2adaf7157.tar.gz lingo2-archipelago-6f1b8fe85822080284fbad4e0ab0e6c2adaf7157.tar.bz2 lingo2-archipelago-6f1b8fe85822080284fbad4e0ab0e6c2adaf7157.zip |
Added the_revitalized
Diffstat (limited to 'data/maps/the_revitalized/connections.txtpb')
-rw-r--r-- | data/maps/the_revitalized/connections.txtpb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/maps/the_revitalized/connections.txtpb b/data/maps/the_revitalized/connections.txtpb new file mode 100644 index 0000000..eaa9203 --- /dev/null +++ b/data/maps/the_revitalized/connections.txtpb | |||
@@ -0,0 +1,34 @@ | |||
1 | connections { | ||
2 | from_room: "Bye Room" | ||
3 | to_room: "Hide Room" | ||
4 | door { name: "Bye Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Hide Room" | ||
8 | to_room: "Hidden Room" | ||
9 | } | ||
10 | connections { | ||
11 | from_room: "Hide Room" | ||
12 | to_room: "High Room" | ||
13 | door { name: "Hide Door" } | ||
14 | } | ||
15 | connections { | ||
16 | from_room: "High Room" | ||
17 | to_room: "Won Room" | ||
18 | door { name: "High Door" } | ||
19 | } | ||
20 | connections { | ||
21 | from_room: "Hidden Room" | ||
22 | to_room: "Too Room" | ||
23 | door { name: "Hidden Door" } | ||
24 | } | ||
25 | connections { | ||
26 | from_room: "Won Room" | ||
27 | to_room: "Return Room" | ||
28 | door { name: "One Two Door" } | ||
29 | } | ||
30 | connections { | ||
31 | from_room: "Too Room" | ||
32 | to_room: "Return Room" | ||
33 | door { name: "One Two Door" } | ||
34 | } | ||