// Update is called once per frame public void Teleport() { //spiralStaircase.position += offset; player.transform.position += offset; controller.ChangePace(10f); Invoke("SpeedUp", 10f); }
public void SpeedDown() { controller.ChangePace(6.5f); }