blob: e8cbb6077908c44c176c0ca869216b294a801cc8 (
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
24
25
26
27
28
29
30
|
name: "Room 8"
display_name: "Hive"
panels {
name: "BUMBLE"
path: "Panels/Room 8/panel_1"
clue: "bumble"
answer: "bee"
symbols: QUESTION
}
panels {
name: "CARPENTER"
path: "Panels/Room 8/panel_2"
clue: "carpenter"
answer: "bee"
symbols: QUESTION
}
panels {
name: "CLOVER"
path: "Panels/Room 8/panel_3"
clue: "clover"
answer: "honey"
symbols: QUESTION
}
panels {
name: "WILDFLOWER"
path: "Panels/Room 8/panel_4"
clue: "wildflower"
answer: "honey"
symbols: QUESTION
}
|