about summary refs log tree commit diff stats
path: root/data/maps/the_digital/doors.txtpb
blob: 3a2e381c6a61ce4c16b9acb39af31e20ed4969ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Delet
doors {
  name: "U Entrance"
  type: EVENT
  panels { room: "Main Area" name: "TIN" }
}
doors {
  name: "C Entrance"
  type: EVENT
  panels { room: "Main Area" name: "HIT" }
}
doors {
  name: "U Exit"
  type: EVENT
  panels { room: "Main Area" name: "TIN" }
  panels { room: "Chamber" name: "I" }
  panels { room: "Chamber" name: "HI" }
  panels { room: "Chamber" name: "IN" }
  panels { room: "Chamber" name: "INN" }
  panels { room: "Chamber" name: "YOU" }
  panels { room: "Chamber" name: "BYE" }
  panels { room: "Chamber" name: "OUT" }
}
doors {
  name: "C Exit"
  type: EVENT
  panels { room: "Main Area" name: "HIT" }
  panels { room: "Chamber" name: "I" }
  panels { room: "Chamber" name: "HI" }
  panels { room: "Chamber" name: "IN" }
  panels { room: "Chamber" name: "INN" }
  panels { room: "Chamber" name: "YOU" }
  panels { room: "Chamber" name: "BYE" }
  panels { room: "Chamber" name: "OUT" }
}
doors {
  name: "Gallery Entrance"
  type: STANDARD
  receivers: "Components/Doors/maze"
  panels { room: "Main Area" name: "PAINTING" }
  location_room: "Main Area"
}
doors {
  name: "Control Center Blue Door"
  type: CONTROL_CENTER_COLOR
  receivers: "Components/Doors/maze2"
  control_center_color: "blue"
}
doors {
  name: "Tree Entrance"
  type: STANDARD
  receivers: "Components/Doors/tree"
  panels { room: "Tree Area" name: "TREE" }
  location_room: "Tree Area"
}