summary refs log tree commit diff stats
path: root/data/maps/four_rooms/connections.txtpb
diff options
context:
space:
mode:
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}