about summary refs log tree commit diff stats
path: root/data/maps/the_wondrous/doors.txtpb
blob: 39516046dae48929d6948832d65a04f45246e80b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; backgro
doors {
  name: "Front Door"
  type: EVENT
  panels { room: "Entry" name: "WONDER" }
}
doors {
  name: "Shrink Door"
  type: STANDARD
  receivers: "Components/Doors/wonderlandDoor2/animationListener2"
  panels { room: "Regular" name: "SHRINK" }
  location_room: "Regular"
}
doors {
  name: "Big Door"
  type: EVENT
  panels { room: "Huge" name: "SHRINK" }
  panels { room: "Huge" name: "IRE" }
  panels { room: "Huge" name: "BRIE" }
  panels { room: "Huge" name: "WICK" }
  panels { room: "Huge" name: "BARK" }
  panels { room: "Huge" name: "HARE" }
  panels { room: "Huge" name: "CHIME" }
  panels { room: "Huge" name: "LIBRARY" }
}