Dice Revert

This commit is contained in:
brausjonas
2023-04-14 15:45:52 +02:00
parent 476895db45
commit 9e709c03bd
4 changed files with 37 additions and 18 deletions
@@ -112,7 +112,7 @@ public class PlayablePlayer : Player
jumpRequest = true;
wurfelt = true;
wurfelZahl = Random.Range(4, 4);
wurfelZahl = Random.Range(1, 7);
switch (activeItem)
{
@@ -19,6 +19,11 @@ public class RandomRotator : MonoBehaviour
textOptions[index].text = text;
}
private void Start()
{
StartRandom();
}
private void ColorOption(int index)
{
for (int i = 0; i < options.Length; i++)