about summary refs log tree commit diff stats
path: root/data/maps/the_repetitive/connections.txtpb
blob: f4c06f20f4d04f70c94a148fe3b400712b44e6fb (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
connections {
  from_room: "Main Room"
  to_room: "Entry Connector"
  door { name: "Entry Entrance" }
}
connections {
  from_room: "Main Room"
  to_room: "Plaza Connector"
  door { name: "Black Hallway" }
}
connections {
  from_room: "Plaza Connector"
  to_room: "Main Room"
  oneway: true
  vanilla_only: true
}
connections {
  from_room: "Main Room"
  to_room: "Anti Room"
  door { name: "Anti-Collectable Room" }
}
connections {
  from_room: "Main Room"
  to_room: "Dot Area"
  door { name: "Dot Area Entrance" }
}
connections {
  from_room: "Dot Area"
  to_room: "Lime Room"
  door { name: "Lime Door" }
}
connections {
  from_room: "Dot Area"
  to_room: "Cyan Room"
  door { name: "Cyan Door" }
}
connections {
  from_room: "Dot Area"
  to_room: "Magenta Room"
  door { name: "Magenta Door" }
}
connections {
  from_room: "Dot Area"
  to_room: "Yellow Room"
  door { name: "Yellow Door" }
}
connections {
  from_room: "Dot Area"
  to_room: "Mastery Room"
  door { name: "Mastery Door" }
}