name: "Zoo E" panel_display_name: "Zoo" panels { name: "WING" path: "Panels/V Maze/four_1" clue: "wing" answer: "bat" symbols: BOXES } panels { name: "WHISKER" path: "Panels/V Maze/four_2" clue: "whisker" answer: "cat" symbols: BOXES } panels { name: "CLAW" path: "Panels/V Maze/four_3" clue: "claw" answer: "cat" symbols: BOXES } panels { name: "FUR" path: "Panels/V Maze/four_4" clue: "fur" answer: "bat" symbols: BOXES } ngo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/rooms/Entrance.txtpb
blob: 07d6e3840a771eb5fab4b9885ccd0684c31d5796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "Entrance"
panels {
  name: "SUN"
  path: "Panels/Main/panel_1"
  clue: "sun"
  answer: "sun"
  proxies { answer: "sun" path: "Panels/Sun/panel_8" }
  proxies { answer: "moon" path: "Panels/Moon/panel_15" }
}
ports {
  name: "UNKEMPT"
  display_name: "Entrance"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: 13 }
  rotation: 0
}