This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -100,6 +100,7 @@ namespace Player
GameManager.players = new List<GameObject>();
}
playerInput.gameObject.name = card.playerNumber.ToString();
// Add the player to the GameManager's player list and assign a color
GameManager.players.Add(playerInput.gameObject);
Colorize(GameManager.players.Count - 1);