diff options
Diffstat (limited to 'data/maps/the_orb/rooms/Middle Room.txtpb')
-rw-r--r-- | data/maps/the_orb/rooms/Middle Room.txtpb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/maps/the_orb/rooms/Middle Room.txtpb b/data/maps/the_orb/rooms/Middle Room.txtpb new file mode 100644 index 0000000..ed1a00c --- /dev/null +++ b/data/maps/the_orb/rooms/Middle Room.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | name: "Middle Room" | ||
2 | # This is the room after solving the B puzzles but before getting to B1 itself. | ||
3 | # It has to be a separate region because if you are shuffling worldports and you | ||
4 | # warp to the B1 room port, you can't access this port if you're not able to | ||
5 | # solve the B puzzles. | ||
6 | ports { | ||
7 | name: "MID" | ||
8 | display_name: "Middle Worldport" | ||
9 | path: "Components/Warps/worldport4" | ||
10 | destination { x: -69 y: 0 z: 43 } | ||
11 | rotation: 90 | ||
12 | } | ||