This commit is contained in:
2026-05-12 19:45:57 +07:00
parent 6c5d3ea9de
commit 326d021e1d
33 changed files with 837 additions and 193 deletions

View File

@@ -13,11 +13,7 @@ public class BallShooter : MonoBehaviour
[Header("Shooting Limit")]
public float shootCooldown = 1f;
private float nextShootTime = 0f;
public void ShootBall()
{
PerformShoot(Camera.main.transform.forward, shootForce, upwardForce);
}
public void FlickShoot(Vector2 swipeDelta, float swipeTime)
{