about summary refs log tree commit diff stats
path: root/apworld/client/door.gd
Commit message (Collapse)AuthorAgeFilesLines
* Implemented latched doors in the clientStar Rauchenberger2025-10-221-1/+30
|
* Move the client into the apworldStar Rauchenberger2025-09-251-0/+46
Only works on source right now, not as an apworld.
7' href='#n27'>27 28 29 30
name: "Y Plus Third Floor"
# It's the second floor too...
panels {
  name: "CACTUS"
  path: "Panels/panel_6"
  clue: "cactus"
  answer: "thorn"
  symbols: BOXES
}
panels {
  name: "TAIL"
  path: "Panels/panel_12"
  clue: "tail"
  answer: "rat"
  symbols: BOXES
}
paintings {
  name: "UNMORE"
  path: "Components/Paintings/unmore2"
  gravity: Y_PLUS
  orientation: "east"
  display_name: "E Side Third Floor Painting"
}
paintings {
  name: "UNDUE"
  path: "Components/Paintings/undue2"
  gravity: Y_PLUS
  orientation: "south"
  display_name: "Hat Chamber Upside Down Painting"
}