about summary refs log tree commit diff stats
path: root/data/maps/four_rooms/connections.txtpb
blob: 7a115a480befaa2f7be6a1d4f69ff689268a186d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0
connections {
  from_room: "Hallway"
  to_room: "Intensify Room"
  door { name: "Intensify Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Examples Room"
  door { name: "Examples Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Synonyms Room"
  door { name: "Synonyms Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Time Room"
  door { name: "Time Door" }
}
connections {
  from_room: "Hallway"
  to_room: "A2 Room"
  door { name: "A2 Door" }
}
connections {
  from_room: "Hallway"
  to_room: "Keyholder Room"
  door { name: "Keyholder Door" }
}