diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:34:14 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:34:14 -0400 |
| commit | c43aad993afcf6bfb38bb485ad992268dcd58b9a (patch) | |
| tree | b2be7fa35f1165244226db62856abe22f5e97925 /data/maps/four_rooms/connections.txtpb | |
| parent | c0c5431800d0306d01814e9902566c9b4fc9220b (diff) | |
| download | lingo2-archipelago-c43aad993afcf6bfb38bb485ad992268dcd58b9a.tar.gz lingo2-archipelago-c43aad993afcf6bfb38bb485ad992268dcd58b9a.tar.bz2 lingo2-archipelago-c43aad993afcf6bfb38bb485ad992268dcd58b9a.zip | |
Added four_rooms
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 | } | ||
