diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:35:45 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:35:45 -0400 |
commit | 12a4b1a358679cfb569c2dcca2ccb96f6b41254e (patch) | |
tree | e1b59a6a00be05c0f8c13cba4df87428b2ae0350 /data/maps/four_rooms/connections.txtpb | |
parent | bdffc8fe5dda6aa553017cd5bdbccafced225a55 (diff) | |
parent | c43aad993afcf6bfb38bb485ad992268dcd58b9a (diff) | |
download | lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.tar.gz lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.tar.bz2 lingo2-archipelago-12a4b1a358679cfb569c2dcca2ccb96f6b41254e.zip |
Merge branch 'main' of fourisland.com:/srv/git/lingo2-mapdata
Diffstat (limited to 'data/maps/four_rooms/connections.txtpb')
-rw-r--r-- | data/maps/four_rooms/connections.txtpb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/maps/four_rooms/connections.txtpb b/data/maps/four_rooms/connections.txtpb new file mode 100644 index 0000000..7a115a4 --- /dev/null +++ b/data/maps/four_rooms/connections.txtpb | |||
@@ -0,0 +1,30 @@ | |||
1 | connections { | ||
2 | from_room: "Hallway" | ||
3 | to_room: "Intensify Room" | ||
4 | door { name: "Intensify Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Hallway" | ||
8 | to_room: "Examples Room" | ||
9 | door { name: "Examples Door" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Hallway" | ||
13 | to_room: "Synonyms Room" | ||
14 | door { name: "Synonyms Door" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Hallway" | ||
18 | to_room: "Time Room" | ||
19 | door { name: "Time Door" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Hallway" | ||
23 | to_room: "A2 Room" | ||
24 | door { name: "A2 Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Hallway" | ||
28 | to_room: "Keyholder Room" | ||
29 | door { name: "Keyholder Door" } | ||
30 | } | ||