about summary refs log tree commit diff stats
path: root/data/maps/the_between/rooms/B2 Room.txtpb
blob: aad5d151e1ba091b5d06d3787ec7ecf95f052d4b (plain) (blame)
1
2
3
4
5
6
7
8
name: "B2 Room"
display_name: "B2 Room"
letters {
  key: "b"
  level2: true
  path: "Components/Collectables/collectable"
}
# Uhh idk if the paintings and door in here should be randomized.
c */ .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" }
}