public void Teleport()
 {
     StartCoroutine(StopTime());
     player.transform.position = newPos.position;
     flash.FlashUIImg(0.05f);
 }