new halloween nuketown map and background color support
This commit is contained in:
@@ -90,12 +90,15 @@ class MapData {
|
||||
66: Map(id: 66, name: "Deprogram", imageName: "bocw_deprogram"),
|
||||
67: Map(id: 67, name: "Amerika", imageName: "bocw_amerika"),
|
||||
68: Map(id: 68, name: "Gluboko", imageName: "bocw_gluboko"),
|
||||
|
||||
69: Map(id: 69, name: "Nuketown Halloween", imageName: "bocw_nuketown_halloween"),
|
||||
|
||||
|
||||
]
|
||||
|
||||
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,56,57,58,59,60].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,66,67,68,69].compactMap {
|
||||
return allMaps[$0];
|
||||
}
|
||||
.sorted { (m1, m2) -> Bool in
|
||||
|
||||
Reference in New Issue
Block a user