Ejemplo n.º 1
0
 async void DefineEnergy()
 {
     RemoveTitle();
     await new WaitUntil((() => !guide.audioSource.isPlaying));
     guide.DoneTalking();
     ui.ActivateScreen();
     ui.DisplayOnScreen("Energy is the ability to do <size=300><color=black>work</color></size>");
     guide.GestureToScreen();
     await new WaitForSeconds(shortBreak);
     guide.DefineEnergy();
     PotentialEnergy();
 }