about summary refs log tree commit diff stats
path: root/apworld/regions.py
Commit message (Collapse)AuthorAgeFilesLines
* Items and connections in the apworldStar Rauchenberger2025-08-121-2/+51
|
* Assign AP IDs to doors and panelsStar Rauchenberger2025-08-071-1/+2
|
* Started apworldStar Rauchenberger2025-08-071-0/+28
vcpkg's libprotobuf is older than what PIP has, but neither are completely up to date either. Ugh. Doors have a room now because that's where the location will go.
n51' href='#n51'>51 52 53 54 55 56 57
name: "All"
panels {
  name: "LEFT (1)"
  path: "Panels/Room_1/panel_6"
  clue: "left"
  answer: "write"
  symbols: SUN
  symbols: ZERO
}
panels {
  name: "EXIT (1)"
  path: "Panels/Room_1/panel_10"
  clue: "exit"
  answer: "quit"
  symbols: SUN
}
panels {
  name: "EXIT (2)"
  path: "Panels/Room_1/panel_11"
  clue: "exit"
  answer: "exit"
}
panels {
  name: "EXIT (3)"
  path: "Panels/Room_1/panel_12"
  clue: "exit"
  answer: "enter"
  symbols: SUN
}
panels {
  name: "HIDE"
  path: "Panels/Room_3/panel_1"
  clue: "hide"
  answer: "unmask"
  symbols: SUN
}
panels {
  name: "LEFT (2)"
  path: "Panels/Room_3/panel_4"
  clue: "left"
  answer: "wrong"
  symbols: SUN
}
panels {
  name: "MORE (1)"
  path: "Panels/Room_3/panel_7"
  clue: "more"
  answer: "your"
  symbols: ZERO
}
panels {
  name: "MORE (2)"
  path: "Panels/Room_3/panel_8"
  clue: "more"
  answer: "or"
  symbols: SPARKLES
}