private void OnBecameInvisible() //Player moves off screen
 {
     health.Death();
     LoadDeathScreen();
 }