Added complete lift interaction. Might need some debugging later.

This commit is contained in:
2025-09-15 20:49:01 +03:00
parent 5e251e9d23
commit c7ed19b8dc
119 changed files with 13800 additions and 8302 deletions

View File

@@ -101,7 +101,7 @@ public class CarDrivingRoutine : MonoBehaviour
}
private void OnTriggerEnter(Collider other)
{
{;
if (other.GetComponent<XROrigin>() == null) return;
StartCoroutine(SmoothAdjustSpeed(0, 0, haltspeed)); // Smoothly halt in 1 second
_tireSound.Stop();