about summary refs log tree commit diff stats
path: root/data/maps/the_darkroom/connections.txtpb
blob: 1b7ad052a1645f05c24fefac8ca3b3c5d9a7f395 (plain) (blame)
1
2
3
4
5
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-10-28 10:36:25 +0000
 


background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: 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 */
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" }
}
connections {
  from_room: "First Room"
  to_room: "Cyan Hallway"
  door { name: "Colorful Entrance" }
}
connections {
  from_room: "Second Room"
  to_room: "Congruent Entrance"
  door { name: "Congruent Entrance" }
}
connections {
  from_room: "First Room"
  to_room: "Double Sided Entrance"
  door { name: "Double Sided Entrance" }
}