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
@@ -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++)