nuketown halloween now cold war colour
This commit is contained in:
@@ -148,7 +148,7 @@ 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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user