nuketown halloween now cold war colour
This commit is contained in:
@@ -148,8 +148,8 @@ struct StatsController: RouteCollection {
|
||||
content1 = "\(statisticItem.wins)-\(statisticItem.losses)"
|
||||
content2 = Utils.getRatio(wins: statisticItem.wins, losses: statisticItem.losses)
|
||||
sortOrder = 41
|
||||
backgroundColor = "CC5500"
|
||||
|
||||
backgroundColor = colors.first(where: {$0.gameId == "bocw"})?.tileColour ?? backgroundColor
|
||||
|
||||
}
|
||||
|
||||
else if statisticItem.codTrackerId == "vg_casual"{
|
||||
|
||||
Reference in New Issue
Block a user