name: "Puzzle Room"
panels {
name: "CHILD"
path: "Panels/entry_1"
clue: "child"
answer: "adult"
symbols: AGE
}
panels {
name: "FIRE"
path: "Panels/entry_2"
clue: "fire"
answer: "ash"
symbols: AGE
}
panels {
name: "LIFE"
path: "Panels/entry_3"
clue: "life"
answer: "death"
symbols: AGE
}
panels {
name: "ROCK"
path: "Panels/entry_4"
clue: "rock"
answer: "sand"
symbols: AGE
}
panels {
name: "LION"
path: "Panels/entry_5"
clue: "lion"
answer: "cub"
symbols: AGE
}
panels {
name: "FROG"
path: "Panels/entry_6"
clue: "frog"
answer: "tadpole"
symbols: AGE
}
panels {
name: "PIG"
path: "Panels/entry_7"
clue: "pig"
answer: "piglet"
symbols: AGE
}
panels {
name: "GOAT"
path: "Panels/entry_8"
clue: "goat"
answer: "kid"
symbols: AGE
}
ports {
name: "ENTRY"
display_name: "Entrance"
path: "Components/Warps/worldport"
destination { x: 0 y: 0 z: 6.5 }
rotation: 0
}
ca03f3d6b001c'>this commit
blob: eb808828410f41280ec3bc9fc759bf5093f624b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
name: "Question Room Who"
panel_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" }
proxies { answer: "who" path: "Panels/Question Proxies/question_2_proxied2" }
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" }
display_name: "QUESTION (Who)"
}
|