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" }
about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/After Bee Room.txtpb
blob: c2dfc0fa8927568b2869fd296d6cf286d3705941 (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
name: "After Bee Room"
panel_display_name: "North Area"
panels {
  name: "GAS"
  path: "Panels/Beehalls/beehalls_2"
  clue: "gas"
  answer: "plasma"
  symbols: CROSS
}
panels {
  name: "ROOM"
  path: "Panels/Green Room/panel_entry"
  clue: "room"
  answer: "green"
  symbols: QUESTION
}
panels {
  name: "SINGLED"
  path: "Panels/Plum Room/plum_entry"
  clue: "singled"
  answer: "doubled"
  symbols: SUN
}