Orb effects

This commit is contained in:
Gerard Gascón 2023-02-28 20:24:06 +01:00
parent 9ecec372ce
commit 41c558ce69
357 changed files with 27818 additions and 34 deletions

View file

@ -26,5 +26,6 @@ public class CanvasController : MonoBehaviour {
yield return new WaitForSeconds(1f);
}
GameManager.instance.SelectRandomEffect();
StartCoroutine(Countdown());
}
}