summary refs log tree commit diff stats
path: root/data/maps/the_double_sided/rooms/Start.txtpb
blob: 3337a51c88ba4fcc3251a0fd2aa1f90298ebcc79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "Start"
display_name: "Maze"
panels {
  name: "ATTIC"
  path: "Panels/Maze/panel_11"
  clue: "attic"
  answer: "basement"
  symbols: "sun"
}
panels {
  name: "FULL"
  path: "Panels/Maze/panel_1"
  clue: "full"
  answer: "empty"
  symbols: "sun"
}
ports {
  name: "DARKROOM"
  path: "Components/Warps/worldport"
  orientation: "west"
}