blob: b189c5704bd6776eca34917db9c6bed159134984 (
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
|
name: "Flipped Link Area"
display_name: "Pyramid Area"
panels {
name: "WANDER"
path: "Panels/Pilgrimage/cream_4"
clue: "wander"
answer: "roam"
symbols: "sun"
}
paintings {
name: "NEAR"
path: "Components/Paintings/aches2"
orientation: "north"
flipped: true
display_name: "Flipper Near Painting"
}
paintings {
name: "FAR"
path: "Components/Paintings/aches4"
orientation: "south"
flipped: true
display_name: "Flipped Far Painting"
}
|