Exemplo n.º 1
0
    public IEnumerator Die()
    {
        yield return(new WaitForSeconds(2)); //for now

        health = maxHealth;
        LevelEnd.LoadMain();
    }
Exemplo n.º 2
0
 public void BackButton()
 {
     LevelEnd.LoadMain();
 }