summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Flipped Second Room.txtpb
blob: 339ea6435f35c270caf9d6843e12e634d0b5492b (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
name: "Flipped Second Room"
display_name: "Flip Area"
panels {
  name: "CLUE"
  path: "Panels/Entry/second_right_top"
  clue: "clue"
  answer: "hint"
  symbols: "sun"
}
panels {
  name: "SLENDER"
  path: "Panels/Entry/second_left_top"
  clue: "slender"
  answer: "thin"
  symbols: "sun"
}
paintings {
  name: "EYE"
  path: "Components/Paintings/eyes"
  orientation: "north"
  flipped: true
  display_name: "Eye Painting"
}
ports {
  name: "FOUR"
  path: "Components/Warps/worldport9"
  orientation: "south"
  required_door { name: "Flipped Second Room Right Door" }
}