Bugfixes
This commit is contained in:
@@ -111,6 +111,10 @@ namespace Player
|
||||
public void Punch()
|
||||
{
|
||||
animator.SetTrigger("punch");
|
||||
if (!GetComponent<PlayerMovement>().IsPhysicallyGrounded())
|
||||
{
|
||||
AudioManager.Instance.PlaySound("Air Punch");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user