public void RevivePlayer()
 {
     playerLife.SetLifeToMax();
     //textLife.text = playerLife.currentLife.ToString();
     gameOverPanel.SetActive(false);
 }