summary refs log tree commit diff stats
path: root/data/maps/the_ancient/doors.txtpb
blob: 894fbf5916b7eabc3e0428f325abfad3990fe90c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
doors {
  name: "Front Door"
  type: STANDARD
  panels { room: "Outside" name: "THIS" }
  location_room: "Outside"
}
doors {
  name: "End Door"
  type: STANDARD
  # TODO: all the keyholders!
  location_room: "Inside"
}
doors {
  name: "Lavender Cubes"
  type: STANDARD
  panels { room: "Inside" name: "COLOR" }
  location_room: "Inside"
}