New Version 1.61

Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-05-29 15:04:50 +07:00
parent 7520ed7142
commit dc91559837
30 changed files with 641 additions and 2744 deletions

View file

@ -23,10 +23,6 @@ public class Pin : MonoBehaviour
void Start ()
{
pinStartPos = transform.position;
transform.position = pinStartPos;
transform.rotation = Quaternion.identity;
GetComponent<Rigidbody>().velocity = Vector3.zero;
GetComponent<Rigidbody>().angularVelocity = Vector3.zero;
GetComponent<Rigidbody>().Sleep();
ball = GameObject.FindObjectOfType<Ball>();
isSplash = GameObject.FindObjectOfType<PinSetter>().isSplash;