Exemplo n.º 1
0
 private void Awake()
 {
     instance                = this;
     tutorialTextObject      = GetComponent <TextMeshProUGUI>();
     tutorialTextObject.text = "";
 }
Exemplo n.º 2
0
 public override void OnFadeInDone()
 {
     base.OnFadeInDone();
     SoundController.PlayBGM(stageBgm);
     Tutorial.Next();
 }