prep for casual tracking
This commit is contained in:
@@ -55,12 +55,25 @@ class MapData {
|
||||
41: Map(id: 41, name: "Collateral", imageName: "bocw_collateral"),
|
||||
42: Map(id: 42, name: "Diesel", imageName: "bocw_diesel"),
|
||||
43: Map(id: 43, name: "Miami Strike", imageName: "bocw_miamistrike"),
|
||||
|
||||
44: Map(id: 44, name: "Amsterdam", imageName: "bocw_amsterdam"),
|
||||
45: Map(id: 45, name: "Game Show", imageName: "bocw_gameshow"),
|
||||
46: Map(id: 46, name: "ICBM", imageName: "bocw_icbm"),
|
||||
47: Map(id: 47, name: "KGB", imageName: "bocw_kgb"),
|
||||
48: Map(id: 48, name: "Mansion", imageName: "bocw_mansion"),
|
||||
49: Map(id: 49, name: "U-Bahn", imageName: "bocw_ubahn"),
|
||||
|
||||
50: Map(id: 50, name: "Alpine", imageName: "bocw_alpine"),
|
||||
51: Map(id: 51, name: "Duga", imageName: "bocw_duga"),
|
||||
52: Map(id: 52, name: "Golova", imageName: "bocw_golova"),
|
||||
53: Map(id: 53, name: "Ruka", imageName: "bocw_ruka"),
|
||||
54: Map(id: 54, name: "Sanatorium", imageName: "bocw_sanatorium"),
|
||||
|
||||
]
|
||||
|
||||
static let bocwMaps = {
|
||||
|
||||
return [1,3,8,7,4,2,29,31,5,6,30,0,34,38,39,40,41,42,43].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].compactMap {
|
||||
return allMaps[$0];
|
||||
}
|
||||
.sorted { (m1, m2) -> Bool in
|
||||
|
||||
Reference in New Issue
Block a user