connections { from_room: "Main Area" to_room: "Painting Divot" oneway: true } connections { from { painting { room: "Painting Divot" name: "SNAKE" } } to { painting { room: "Flip Area" name: "SNAKE2" } } oneway: true } connections { from_room: "Flip Area" to_room: "Mastery" door { name: "Mastery" } } l'/>
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
}