about summary refs log tree commit diff stats
path: root/data/maps/the_keen/rooms/K Room.txtpb
blob: d8108f5d97cb1e6c46baf4b38b70aace62e7c18e (plain) (blame)
1
2
3
4
5
name: "K Room"
letters {
  key: "k"
  path: "Components/Collectables/collectable"
}
bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
doors {
  name: "Front Door"
  type: STANDARD
  receivers: "Components/Doors/entry_1"
  panels { room: "Lobby" name: "RIGHT" }
  location_room: "Lobby"
}
doors {
  name: "Side Door"
  type: ITEM_ONLY
  receivers: "Components/Doors/entry_3"
  panels { room: "Lobby" name: "RIGHT" answer: "wrong" }
}
doors {
  name: "Big W"
  type: EVENT
  panels { room: "WM Room" name: "LEFT" }
  panels { room: "WM Room" name: "RIGHT" answer: "right" }
}
doors {
  name: "Big M"
  type: EVENT
  panels { room: "WM Room" name: "LEFT" }
  panels { room: "WM Room" name: "RIGHT" answer: "left" }
}
doors {
  name: "M2 Divider"
  type: EVENT
  panels { room: "Green Eye" name: "RETURN" }
  panels { room: "Green Eye" name: "LEFT" }
}
doors {
  name: "Control Center Green Door"
  type: CONTROL_CENTER_COLOR
  receivers: "Components/Doors/entry_2"
  control_center_color: "green"
}