about summary refs log tree commit diff stats
path: root/data/maps/the_wondrous/connections.txtpb
blob: 0bd773a44b0b788791e205f478b055404dbe995b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "Entry"
  to_room: "Regular"
  door { name: "Front Door" }
}
connections {
  from_room: "Regular"
  to_room: "Huge"
  door { name: "Shrink Door" }
}
ss */ .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 */
connections {
  from {
    port {
      room: "First Room"
      name: "NEXT"
    }
  }
  to {
    port {
      room: "Second Room"
      name: "ENTRY"
    }
  }
  oneway: true
}
connections {
  from {
    port {
      room: "Second Room"
      name: "NEXT"
    }
  }
  to {
    port {
      room: "Third Room"
      name: "ENTRY"
    }
  }
  oneway: true
}
connections {
  from_room: "Third Room"
  to_room: "S Room"
  door { name: "S1 Door" }
}