Merge branch 'master' into issue52_grab_y_offset

This commit is contained in:
Deconimus 2024-04-02 13:26:52 +02:00
commit 70019f281a
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -107,7 +107,7 @@ void ballCatcherCheckBalls(struct BallCatcher* catcher, struct BallLauncher* bal
}
catcher->caughtBall = &launcher->currentBall;
soundPlayerPlay(soundsBallCatcher, 5.0f, 1.0f, &catcher->rigidBody.transform.position, &catcher->rigidBody.velocity, SoundTypeAll);
soundPlayerPlay(soundsBallCatcher, 2.5f, 1.0f, &catcher->rigidBody.transform.position, &catcher->rigidBody.velocity, SoundTypeAll);
ballMarkCaught(catcher->caughtBall);
skAnimatorRunClip(&catcher->animator, dynamicAssetClip(PROPS_COMBINE_BALL_CATCHER_DYNAMIC_ANIMATED_MODEL, PROPS_COMBINE_BALL_CATCHER_ARMATURE_CATCH_CLIP_INDEX), 0.0f, 0);
}