new blops maps

This commit is contained in:
Michael Simard
2021-08-12 10:05:12 -05:00
parent 4dffe4709a
commit da7b61f754

View File

@@ -69,12 +69,19 @@ class MapData {
53: Map(id: 53, name: "Ruka", imageName: "bocw_ruka"),
54: Map(id: 54, name: "Sanatorium", imageName: "bocw_sanatorium"),
55: Map(id: 55, name: "Hijacked", imageName: "bocw_hijacked"),
56: Map(id: 56, name: "Echelon", imageName: "bocw_echelon"),
57: Map(id: 57, name: "Slums", imageName: "bocw_slums"),
58: Map(id: 58, name: "Showroom", imageName: "bocw_showroom"),
59: Map(id: 59, name: "Drive-In", imageName: "bocw_drive-in"),
60: Map(id: 60, name: "Zoo", imageName: "bocw_zoo"),
]
static let bocwMaps = {
return [1,3,8,7,4,2,29,31,5,6,30,0,34,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55].compactMap {
return [1,3,8,7,4,2,29,31,5,6,30,0,34,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60].compactMap {
return allMaps[$0];
}
.sorted { (m1, m2) -> Bool in