Esempio n. 1
0
 private void OnIntroVoiceOverDone()
 {
     MixedLettersGame.instance.OnRoundStarted();
     game.EnableRepeatPromptButton();
     audioManager.PlayDialogue(isSpelling ? Database.LocalizationDataId.MixedLetters_buildword_Tuto : Database.LocalizationDataId.MixedLetters_alphabet_Tuto);
 }
Esempio n. 2
0
 private void OnIntroVoiceOverDone()
 {
     MixedLettersGame.instance.OnRoundStarted();
     game.EnableRepeatPromptButton();
     audioManager.PlayDialogue(MixedLettersConfiguration.Instance.TutorialLocalizationId);
 }
Esempio n. 3
0
 public void EnterState()
 {
     game.OnRoundStarted();
     game.EnableRepeatPromptButton();
     MinigamesUI.Timer.Play();
 }