summary refs log tree commit diff stats
path: root/data/maps/four_rooms/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 21:34:14 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 21:34:14 -0400
commitc43aad993afcf6bfb38bb485ad992268dcd58b9a (patch)
treeb2be7fa35f1165244226db62856abe22f5e97925 /data/maps/four_rooms/connections.txtpb
parentc0c5431800d0306d01814e9902566c9b4fc9220b (diff)
downloadlingo2-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.txtpb30
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 @@
1connections {
2 from_room: "Hallway"
3 to_room: "Intensify Room"
4 door { name: "Intensify Door" }
5}
6connections {
7 from_room: "Hallway"
8 to_room: "Examples Room"
9 door { name: "Examples Door" }
10}
11connections {
12 from_room: "Hallway"
13 to_room: "Synonyms Room"
14 door { name: "Synonyms Door" }
15}
16connections {
17 from_room: "Hallway"
18 to_room: "Time Room"
19 door { name: "Time Door" }
20}
21connections {
22 from_room: "Hallway"
23 to_room: "A2 Room"
24 door { name: "A2 Door" }
25}
26connections {
27 from_room: "Hallway"
28 to_room: "Keyholder Room"
29 door { name: "Keyholder Door" }
30}