diff options
Diffstat (limited to 'data/maps/the_darkroom/connections.txtpb')
-rw-r--r-- | data/maps/the_darkroom/connections.txtpb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb new file mode 100644 index 0000000..4093585 --- /dev/null +++ b/data/maps/the_darkroom/connections.txtpb | |||
@@ -0,0 +1,35 @@ | |||
1 | connections { | ||
2 | from { | ||
3 | port { | ||
4 | room: "First Room" | ||
5 | name: "NEXT" | ||
6 | } | ||
7 | } | ||
8 | to { | ||
9 | port { | ||
10 | room: "Second Room" | ||
11 | name: "ENTRY" | ||
12 | } | ||
13 | } | ||
14 | oneway: true | ||
15 | } | ||
16 | connections { | ||
17 | from { | ||
18 | port { | ||
19 | room: "Second Room" | ||
20 | name: "NEXT" | ||
21 | } | ||
22 | } | ||
23 | to { | ||
24 | port { | ||
25 | room: "Third Room" | ||
26 | name: "ENTRY" | ||
27 | } | ||
28 | } | ||
29 | oneway: true | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "Third Room" | ||
33 | to_room: "S Room" | ||
34 | door { name: "S1 Door" } | ||
35 | } | ||