blob: b1b2be3544095a9e17c0cbe900aefe0d0ae4238a (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 | name: "Butterfly Room"
display_name: "Back Area"
panels {
  name: "VIBRANT"
  path: "Panels/Entry/panel_4"
  clue: "vibrant"
  answer: "colorful"
  symbols: "sun"
}
panels {
  name: "DARKNESS"
  path: "Panels/Entry/panel_5"
  clue: "darkness"
  answer: "light"
  symbols: "sun"
}
paintings {
  name: "BUTTERFLY"
  path: "Components/Paintings/butterfly"
  orientation: "north"
  display_name: "Painting"
}
 |