some old sounds are added
This commit is contained in:
@@ -58,11 +58,13 @@ namespace _PROJECT.Multiplayer.NewBow
|
||||
if (PullAmount == 0 & newPull > 0)
|
||||
{
|
||||
pullSounds.Play();
|
||||
AudioManager.Instance.PlayAttachedInstance(FMODEvents.Instance.BowPullback, gameObject);
|
||||
}
|
||||
|
||||
if (PullAmount < 0.98f & newPull >= 0.98f)
|
||||
{
|
||||
maxPullSounds.Play();
|
||||
AudioManager.Instance.PlayAttachedInstance(FMODEvents.Instance.BowPullbackMax, gameObject);
|
||||
}
|
||||
|
||||
PullAmount = newPull;
|
||||
|
||||
Reference in New Issue
Block a user