summary refs log tree commit diff stats
path: root/data/maps/the_orb/connections.txtpb
blob: 62a764330deb8cd2aa712b3a4c73af2b6e7a811c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
connections {
  from_room: "Main Area"
  to_room: "O Room"
  door { name: "O Puzzles" }
}
connections {
  from_room: "Main Area"
  to_room: "R Room"
  door { name: "R Puzzles" }
}
connections {
  from_room: "Main Area"
  to_room: "B Room"
  door { name: "B Puzzles" }
}
connections {
  from_room: "B Room"
  to_room: "Main Area"
  oneway: true
}