Universally challenged fixed

This commit is contained in:
2025-12-07 23:15:32 +00:00
parent d2c18d2264
commit 4450d018b2
218 changed files with 65873 additions and 213 deletions

View File

@@ -49,6 +49,8 @@ public class TabletScoreboard : Scoreboard
// Set player name
row.SetPlayerName(player.displayName);
string teamColor = playerManager.GetTeam(player.playerId);
int score = playerManager.GetScore(player.playerId);
row.SetPlayerScore(score);
row.SetBackgroundColor(teamColor == "red" ? Color.red : teamColor == "blue" ? Color.blue : Color.grey);
playerRows[i] = row;