about summary refs log tree commit diff stats
path: root/data/maps/the_crystalline/connections.txtpb
blob: 131335a0b3647940ec94449e3ac881e94b0302fa (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
connections {
  from_room: "Main Area"
  to_room: "Painting Divot"
  door { name: "Checkpoint Panels" }
  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" }
}