about summary refs log tree commit diff stats
path: root/data/maps/the_revitalized/metadata.txtpb
blob: 7c4bf46d169f7853e51da587e1d3677654ba2ecf (plain) (blame)
1
2
3
display_name: "The Revitalized"
# Let's not include the demo (for now).
excluded_nodes: "Components/panel_demo"
g { 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 */
connections {
  from_room: "Main Area"
  to_room: "O Room"
  door { name: "O Puzzles" }
}
connections {
  from_room: "Main Area"
  to_room: "R Room"
  door { name: "R Puzzles" }
}
connections {
  from_room: "Main Area"
  to_room: "Middle Room"
  door { name: "B Puzzles" }
}
connections {
  from_room: "Middle Room"
  to_room: "B Room"
  oneway: true
}
connections {
  from_room: "Middle Room"
  to_room: "Main Area"
  oneway: true
}
connections {
  from_room: "B Room"
  to_room: "Main Area"
  oneway: true
}