name: "Question Room What"
display_name: "Question Room"
panels {
name: "QUESTION"
path: "Panels/Questions/question_4"
clue: "question"
answer: "what"
symbols: EXAMPLE
proxies { answer: "why" path: "Panels/Question Proxies/question_4_proxied" }
proxies { answer: "who" path: "Panels/Question Proxies/question_4_proxied2" }
proxies { answer: "where" path: "Panels/Question Proxies/question_4_proxied3" }
proxies { answer: "how" path: "Panels/Question Proxies/question_4_proxied4" }
# "Panels/Question Proxies/question_4_proxied5" <- this is just what again
proxies { answer: "when" path: "Panels/Question Proxies/question_4_proxied6" }
}
/td>
blob: 34a3c9d27267a31e6eab135358337bc90be995dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
name: "Y Minus Second Floor"
panels {
name: "COMPASS"
path: "Panels/panel_5"
clue: "compass"
answer: "north"
symbols: BOXES
}
paintings {
name: "UNMORE"
path: "Components/Paintings/unmore"
orientation: "east"
display_name: "3 Side Second Floor Other Painting"
}
paintings {
name: "SMILE"
path: "Components/Paintings/smile2"
orientation: "south"
display_name: "3 Side Second Floor Near Panel Painting"
}
|