public void Rush()
 {
     CameraFollow.screenShakeAmount = 70;
     canTakeDamage = false;
     zoomParticleSystem.Play();
     rocketController.SetProfile(55, 55, 35);
     StartCoroutine(RushRoutine());
 }