about summary refs log tree commit diff stats
path: root/data/maps/the_invisible/doors.txtpb
blob: dfe77e2fff5c58e178195120f1a15a46f6d9a7db (plain) (blame)
1
2
3
4
5
6
7
doors {
  name: "Maze Entrance"
  type: STANDARD
  receivers: "Components/Doors/entry_1"
  panels { room: "Entrance" name: "VISIBLE" }
  location_room: "Entrance"
}
name: "Volcano Side"
display_name: "Stormy"
panels {
  name: "SNOW"
  path: "Panels/Room_1/panel_1"
  clue: "snow"
  answer: "blizzard"
  symbols: PYRAMID
}
panels {
  name: "RAIN"
  path: "Panels/Room_1/panel_3"
  clue: "rain"
  answer: "hail"
  symbols: CROSS
}