Пример #1
0
 private void Update()
 {
     if (Input.GetKeyDown(KeyCode.Backspace))
     {
         t = pinManager.RelocateLeftPins(t);
         ball.gameObject.SetActive(true);
         ball.ResetState();
         mainCamera.ResetPosition();
         mainCamera.SetFollow(true);
     }
 }