public void Damage(int damage)
 {
     currentHealth -= damage;
     StartCoroutine(overlay.Flash(Color.red, 0.05f));
 }