about summary refs log tree commit diff stats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-201-21/+21
|
* Committed map dump scriptStar Rauchenberger2025-08-201-0/+171
15 16 17 18 19 20 21
name: "Question Room How"
panel_display_name: "Question Room"
panels {
  name: "QUESTION"
  path: "Panels/Questions/question_3"
  clue: "question"
  answer: "how"
  symbols: EXAMPLE
  proxies { answer: "how" path: "Panels/Question Proxies/question_3_proxied" }
  proxies { answer: "who" path: "Panels/Question Proxies/question_3_proxied2" }
  proxies { answer: "why" path: "Panels/Question Proxies/question_3_proxied3" }
  proxies { answer: "what" path: "Panels/Question Proxies/question_3_proxied4" }
  proxies { answer: "when" path: "Panels/Question Proxies/question_3_proxied5" }
  proxies { answer: "where" path: "Panels/Question Proxies/question_3_proxied6" }
  display_name: "QUESTION (How)"
}
paintings {
  name: "WHY"
  path: "Components/Paintings/why"
  orientation: "east"
}