about summary refs log tree commit diff stats
path: root/apworld/client/painting.gd
Commit message (Expand)AuthorAgeFilesLines
* Move the client into the apworldStar Rauchenberger2025-09-251-0/+38
ef='#n1'>1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
name: "Control Center Entrance"
panels {
  name: "ZERO"
  path: "Panels/Room_1/panel_5"
  clue: "zero"
  answer: "hero"
  symbols: ZERO
}
ports {
  name: "CC"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: 10 }
  rotation: 0
  # TODO: shuffle entrances with dependent keyholders
  no_shuffle: true
}