blob: cbaba4b9f25cf2d8637e13824086d9f9cf72c4a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name: "Question Room Who"
display_name: "Question Room"
panels {
name: "QUESTION"
path: "Panels/Questions/question_2"
clue: "question"
answer: "who"
symbols: EXAMPLE
proxies { answer: "why" path: "Panels/Question Proxies/question_2_proxied" }
# "Panels/Question Proxies/question_2_proxied2" <- this is just who again
proxies { answer: "where" path: "Panels/Question Proxies/question_2_proxied3" }
proxies { answer: "how" path: "Panels/Question Proxies/question_2_proxied4" }
proxies { answer: "what" path: "Panels/Question Proxies/question_2_proxied5" }
proxies { answer: "when" path: "Panels/Question Proxies/question_2_proxied6" }
}
|