about summary refs log tree commit diff stats
path: root/data/maps/the_repetitive/doors.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Added door groupsStar Rauchenberger2025-09-071-1/+1
* Added the_repetitiveStar Rauchenberger2025-08-181-0/+196
ref='#n28'>28 29
name: "B Room"
letters {
  key: "b"
  path: "Components/Collectables/b"
}
paintings {
  name: "SPIRAL"
  path: "Meshes/spiral"
  # TODO: This is too high up to enter. It's also a hint painting.
  exit_only: true
}
# TODO: Should these two be independent for shuffling purposes, or always tied
# to the Main Area's port?
ports {
  name: "MID"
  path: "Components/Warps/worldport4"
  destination { x: -69 y: 0 z: 43 }
  rotation: 90
  # This port is in the room immediately after solving the B puzzles, which
  # means it seems like it would be inaccessible if you enter the map from the
  # painting or from the final port, but entering the O or R areas brings you
  # back to the beginning.
}
ports {
  name: "FINAL"
  path: "Components/Warps/worldport5"
  destination { x: -69 y: 0 z: 87 }
  rotation: 90
}