Ejemplo n.º 1
0
 void LoseLife()
 {
     livesController.RemoveHeart();
     if (livesController.transform.childCount == 0)
     {
         GameOver();
     }
 }