Better Dice System

This commit is contained in:
brausjonas
2023-04-01 01:43:28 +02:00
parent 69e58816a1
commit 965690ab95
11 changed files with 57 additions and 40 deletions
@@ -146,6 +146,7 @@ public class NoPlayablePlayer : Player
//delay
if (Time.time - timeSinceWurfeln > 2)
{
dice.SetActive(false);
InterPolerate();
}
}