private void FixedUpdate()
 {
     if (!freezed)
     {
         movePattern.step(Time.fixedDeltaTime * timeScale * baseSpeed);
     }
 }