about summary refs log tree commit diff stats
path: root/data/maps/the_relentless/doors.txtpb
Commit message (Collapse)AuthorAgeFilesLines
* Added the_relentlessStar Rauchenberger2025-08-181-0/+79
n22' href='#n22'>22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
name: "First Room"
panel_display_name: "First Room"
panels {
  name: "BISON"
  path: "Panels/Room 1/panel_1"
  clue: "bison"
  answer: "bison"
}
panels {
  name: "FISH"
  path: "Panels/Room 1/panel_2"
  clue: "fish"
  answer: "fish"
}
panels {
  name: "SHEEP"
  path: "Panels/Room 1/panel_3"
  clue: "sheep"
  answer: "sheep"
  required_door { name: "Double Letter Panel Blockers" }
}
panels {
  name: "KOI"
  path: "Panels/Room 1/panel_4"
  clue: "koi"
  answer: "koi"
}
panels {
  name: "TUNA"
  path: "Panels/Room 1/panel_5"
  clue: "tuna"
  answer: "tuna"
}
ports {
  name: "ENTRY"
  path: "Components/Warps/worldport"
  destination { x: -10 y: 0 z: 10 }
  rotation: 0
}