void Update()
 {
     if (player.FadeInTransitionStep(fadeInSpeed))
     {
         Destroy(gameObject);
     }
 }