diff options
Diffstat (limited to 'data/maps/the_darkroom/connections.txtpb')
-rw-r--r-- | data/maps/the_darkroom/connections.txtpb | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 4093585..43bca70 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb | |||
@@ -1,7 +1,12 @@ | |||
1 | connections { | 1 | connections { |
2 | from_room: "First Room" | ||
3 | to_room: "First Room Exit" | ||
4 | door { name: "Second Room Entrance" } | ||
5 | } | ||
6 | connections { | ||
2 | from { | 7 | from { |
3 | port { | 8 | port { |
4 | room: "First Room" | 9 | room: "First Room Exit" |
5 | name: "NEXT" | 10 | name: "NEXT" |
6 | } | 11 | } |
7 | } | 12 | } |
@@ -14,9 +19,14 @@ connections { | |||
14 | oneway: true | 19 | oneway: true |
15 | } | 20 | } |
16 | connections { | 21 | connections { |
22 | from_room: "Second Room" | ||
23 | to_room: "Second Room Exit" | ||
24 | door { name: "Third Room Entrance" } | ||
25 | } | ||
26 | connections { | ||
17 | from { | 27 | from { |
18 | port { | 28 | port { |
19 | room: "Second Room" | 29 | room: "Second Room Exit" |
20 | name: "NEXT" | 30 | name: "NEXT" |
21 | } | 31 | } |
22 | } | 32 | } |
@@ -33,3 +43,18 @@ connections { | |||
33 | to_room: "S Room" | 43 | to_room: "S Room" |
34 | door { name: "S1 Door" } | 44 | door { name: "S1 Door" } |
35 | } | 45 | } |
46 | connections { | ||
47 | from_room: "First Room" | ||
48 | to_room: "Cyan Hallway" | ||
49 | door { name: "Colorful Entrance" } | ||
50 | } | ||
51 | connections { | ||
52 | from_room: "Second Room" | ||
53 | to_room: "Congruent Entrance" | ||
54 | door { name: "Congruent Entrance" } | ||
55 | } | ||
56 | connections { | ||
57 | from_room: "First Room" | ||
58 | to_room: "Double Sided Entrance" | ||
59 | door { name: "Double Sided Entrance" } | ||
60 | } | ||