about summary refs log tree commit diff stats
path: root/data/maps/the_great/metadata.txtpb
Commit message (Collapse)AuthorAgeFilesLines
* Maps have display names nowStar Rauchenberger2025-08-201-0/+1
| | | | Also added endings to the apworld.
* Validate that nodes in game files are usedStar Rauchenberger2025-08-181-0/+7<
name: "Nature Room"
display_name: "North Landscape"
panels {
  name: "SEVERE"
  path: "Panels/General/nature_2"
  clue: "severe"
  answer: "grave"
  symbols: SUN
}
panels {
  name: "FOOT"
  path: "Panels/General/nature_3"
  clue: "foot"
  answer: "yard"
  symbols: BOXES
}
panels {
  name: "PAUSES"
  path: "Panels/General/nature_4"
  clue: "pauses"
  answer: "waits"
  symbols: SUN
}
panels {
  name: "ABOVE"
  path: "Panels/General/nature_5"
  clue: "above"
  answer: "below"
  symbols: SUN
}