This commit is contained in:
brausjonas
2023-02-26 21:37:11 +01:00
parent 1b34f885b3
commit 63ed43576c
34 changed files with 3708 additions and 355 deletions
@@ -26,7 +26,8 @@ public class NoPlayablePlayer : Player
public override void Init()
{
GetComponentInChildren<TMP_Text>().text = name;
TMP_Text[] playerTexts = GetComponentsInChildren<TMP_Text>();
playerTexts[0].text = playerTexts[1].text = name;
activated = false;
diceScript = dice.GetComponent<Dice>();