New Version 1.42

Moving cam replay.
Fixed the bugs.

New Version 1.42

Moving cam replay.
Fixed the bugs.

New Version 1.42

Moving cam replay,
Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-01-29 09:54:37 +07:00
parent dcb7df5fd1
commit 1c033119df
7079 changed files with 186851 additions and 48991 deletions

View file

@ -113,6 +113,7 @@ public class Ball : MonoBehaviour
if (collision.gameObject.tag == "Lane" && type == BallType.ThrowBall)
{
rollAudio.Play();
gutterAudio.Stop();
isGutter = false;
game.isPin = false;
roll.enabled = true;