about summary refs log tree commit diff stats
path: root/client/Archipelago/keyHolder.gd
Commit message (Expand)AuthorAgeFilesLines
* [Client] Handle letter shuffleStar Rauchenberger2025-09-061-0/+38
/a> 9 10 11 12 13 14 15 16 17 18 19 20 21 22
name: "Left Room"
panels {
  name: "HIDE"
  path: "Panels/Room_1/panel_1"
  clue: "hide"
  answer: "unmask"
  symbols: SUN
}
panels {
  name: "LEFT"
  path: "Panels/Room_1/panel_4"
  clue: "left"
  answer: "wrong"
  symbols: SUN
}
panels {
  name: "MORE"
  path: "Panels/Room_1/panel_7"
  clue: "more"
  answer: "your"
  symbols: ZERO
}