blob: 118b914efa54e3ff1e7b5cbbbf25d5da5ae6a4e3 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | name: "S2 Area"
display_name: "Sturdy"
panels {
  name: "COLORS"
  path: "Panels/Rainbow/panel_1"
  clue: "colors"
  answer: "rainbow"
  symbols: BOXES
}
letters {
  key: "s"
  level2: true
  path: "Components/Collectables/collectable"
}
paintings {
  name: "RAINBOW"
  # The validator is wrong about this node not existing, because it's in a
  # sub-scene.
  path: "Components/Doors/Rainbow2/Hinge/rainbow"
  enter_only: true
}
 |