diff options
Diffstat (limited to 'data/maps/the_repetitive/connections.txtpb')
-rw-r--r-- | data/maps/the_repetitive/connections.txtpb | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/data/maps/the_repetitive/connections.txtpb b/data/maps/the_repetitive/connections.txtpb new file mode 100644 index 0000000..2b115a9 --- /dev/null +++ b/data/maps/the_repetitive/connections.txtpb | |||
@@ -0,0 +1,51 @@ | |||
1 | connections { | ||
2 | from_room: "Main Room" | ||
3 | to_room: "Entry Connector" | ||
4 | door { name: "Entry Entrance" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Room" | ||
8 | to_room: "Plaza Connector" | ||
9 | door { name: "Plaza Entrance" } | ||
10 | oneway: true | ||
11 | } | ||
12 | connections { | ||
13 | from_room: "Plaza Connector" | ||
14 | to_room: "Main Room" | ||
15 | oneway: true | ||
16 | } | ||
17 | connections { | ||
18 | from_room: "Main Room" | ||
19 | to_room: "Anti Room" | ||
20 | door { name: "Anti-Collectable Room" } | ||
21 | } | ||
22 | connections { | ||
23 | from_room: "Main Room" | ||
24 | to_room: "Dot Area" | ||
25 | door { name: "Dot Area Entrance" } | ||
26 | } | ||
27 | connections { | ||
28 | from_room: "Dot Area" | ||
29 | to_room: "Lime Room" | ||
30 | door { name: "Lime Door" } | ||
31 | } | ||
32 | connections { | ||
33 | from_room: "Dot Area" | ||
34 | to_room: "Cyan Room" | ||
35 | door { name: "Cyan Door" } | ||
36 | } | ||
37 | connections { | ||
38 | from_room: "Dot Area" | ||
39 | to_room: "Magenta Room" | ||
40 | door { name: "Magenta Door" } | ||
41 | } | ||
42 | connections { | ||
43 | from_room: "Dot Area" | ||
44 | to_room: "Yellow Room" | ||
45 | door { name: "Yellow Door" } | ||
46 | } | ||
47 | connections { | ||
48 | from_room: "Dot Area" | ||
49 | to_room: "Mastery Room" | ||
50 | door { name: "Mastery Door" } | ||
51 | } | ||