diff options
Diffstat (limited to 'data/maps/the_partial/connections.txtpb')
| -rw-r--r-- | data/maps/the_partial/connections.txtpb | 32 |
1 files changed, 32 insertions, 0 deletions
| diff --git a/data/maps/the_partial/connections.txtpb b/data/maps/the_partial/connections.txtpb new file mode 100644 index 0000000..34ff94f --- /dev/null +++ b/data/maps/the_partial/connections.txtpb | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Obverse Side" | ||
| 3 | to_room: "P Room" | ||
| 4 | door { name: "Giant P" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Obverse Side" | ||
| 8 | to_room: "Reverse Side" | ||
| 9 | door { name: "R Entered" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Obverse Side" | ||
| 13 | to_room: "Reverse Side" | ||
| 14 | door { name: "P Entered" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Obverse Side" | ||
| 18 | to_room: "Control Center Entrance" | ||
| 19 | door { name: "L Entered" } | ||
| 20 | oneway: true | ||
| 21 | } | ||
| 22 | connections { | ||
| 23 | from_room: "Control Center Entrance" | ||
| 24 | to_room: "Obverse Side" | ||
| 25 | door { name: "Control Center Entrance" } | ||
| 26 | oneway: true | ||
| 27 | } | ||
| 28 | connections { | ||
| 29 | from_room: "Reverse Side" | ||
| 30 | to_room: "F Room" | ||
| 31 | door { name: "Giant F" } | ||
| 32 | } | ||
