about summary refs log tree commit diff stats
path: root/data/maps/the_butterfly/rooms
Commit message (Expand)AuthorAgeFilesLines
* Changed how door location names are formattedStar Rauchenberger2025-08-302-2/+0
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-201-18/+18
* Added the_butterflyStar Rauchenberger2025-08-092-0/+139
#n25'>25 26 27 28 29 30 31 32 33 34
name: "Yellow Color Door"
display_name: "Northeast Area"
panels {
  name: "SUN"
  path: "Panels/Yellow Room/panel_entry"
  clue: "sun"
  answer: "star" # me!
  symbols: EXAMPLE
}
panels {
  name: "SPIN"
  path: "Panels/Dark Blue/blue_1"
  clue: "spin"
  answer: "turn"
  symbols: PYRAMID
}
panels {
  name: "Paintings"
  path: "Panels/Entry/db_1"
  clue: ""
  answer: "coin"
  symbols: LINGO
}
paintings {
  name: "EYEREDSTART"
  path: "Components/Paintings/Temple of the Eyes/eyeRedStart"
  move: true
  enter_only: true
  # TODO: requires double letters
}
ports {
  name: "FOURROOMS"
  path: "Components/Warps/Worldports/worldport8"
}