diff options
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 | } | ||