blob: bdc45b946536fa5f1ec6db2b5297406a4eee04f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
name: "Y Plus Third Floor"
# It's the second floor too...
display_name: "E"
panels {
name: "CACTUS"
path: "Panels/panel_6"
clue: "cactus"
answer: "thorn"
symbols: BOXES
}
panels {
name: "TAIL"
path: "Panels/panel_12"
clue: "tail"
answer: "rat"
symbols: BOXES
}
paintings {
name: "UNMORE"
path: "Components/Paintings/unmore2"
gravity: Y_PLUS
orientation: "east"
display_name: "E Side Third Floor Painting"
}
paintings {
name: "UNDUE"
path: "Components/Paintings/undue2"
gravity: Y_PLUS
orientation: "south"
display_name: "Hat Chamber Upside Down Painting"
}
|