diff options
Diffstat (limited to 'data/maps/the_plaza/connections.txtpb')
| -rw-r--r-- | data/maps/the_plaza/connections.txtpb | 45 |
1 files changed, 45 insertions, 0 deletions
| diff --git a/data/maps/the_plaza/connections.txtpb b/data/maps/the_plaza/connections.txtpb new file mode 100644 index 0000000..44586be --- /dev/null +++ b/data/maps/the_plaza/connections.txtpb | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Main Area" | ||
| 3 | to_room: "Repetitive Entrance" | ||
| 4 | door { name: "Repetitive Entrance" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Main Area" | ||
| 8 | to_room: "Symbolic Entrance" | ||
| 9 | door { name: "Symbolic Entrance" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Main Area" | ||
| 13 | to_room: "Sirenic Entrance" | ||
| 14 | door { name: "Sirenic Entrance" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Main Area" | ||
| 18 | to_room: "Center Room" | ||
| 19 | door { name: "Turtle Entrance" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Center Room" | ||
| 23 | to_room: "Top Left Room" | ||
| 24 | door { name: "Top Left Door" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "Center Room" | ||
| 28 | to_room: "Top Right Room" | ||
| 29 | door { name: "Top Right Door" } | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "Center Room" | ||
| 33 | to_room: "Bottom Left Room" | ||
| 34 | door { name: "Bottom Left Door" } | ||
| 35 | } | ||
| 36 | connections { | ||
| 37 | from_room: "Center Room" | ||
| 38 | to_room: "Bottom Right Room" | ||
| 39 | door { name: "Bottom Right Door" } | ||
| 40 | } | ||
| 41 | connections { | ||
| 42 | from_room: "Center Room" | ||
| 43 | to_room: "Mastery" | ||
| 44 | door { name: "Mastery" } | ||
| 45 | } | ||
