about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Changed how door location names are formattedStar Rauchenberger2025-08-301-1/+0
* Converted puzzle symbols to an enum
name: "Question Room What"
panel_display_name: "Question Room"
panels {
  name: "QUESTION"
  path: "Panels/Questions/question_4"
  clue: "question"
  answer: "what"
  symbols: EXAMPLE
  proxies { answer: "what" path: "Panels/Question Proxies/question_4_proxied" }
  proxies { answer: "why" path: "Panels/Question Proxies/question_4_proxied2" }
  proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied3" }
  proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" }
  proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied5" }
  proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied6" }
  display_name: "QUESTION (What)"
}