blob: c445009f86fc6b260d3a54cccde8b6a5f1131fff (
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" }
}
|