blob: ed1a00cfb5fa6465edf9ee69572ac768d0ff54c0 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | name: "Middle Room"
# This is the room after solving the B puzzles but before getting to B1 itself.
# It has to be a separate region because if you are shuffling worldports and you
# warp to the B1 room port, you can't access this port if you're not able to
# solve the B puzzles.
ports {
  name: "MID"
  display_name: "Middle Worldport"
  path: "Components/Warps/worldport4"
  destination { x: -69 y: 0 z: 43 }
  rotation: 90
}
 |