nuketown halloween now cold war colour

This commit is contained in:
Michael Simard
2021-11-03 14:19:29 -05:00
parent 2054181d49
commit e2f6a1b73a

View File

@@ -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"{