50% audio implement

This commit is contained in:
Vladdie
2022-05-01 06:46:35 -05:00
parent 3a2896a2a7
commit 36d9c98a2b
22 changed files with 1550 additions and 146 deletions

View File

@@ -43,6 +43,9 @@ public class OffenseStateManager : NetworkBehaviour
private AnimationManager animationManager;
////
/// audio
public AudioSource kickSound;
//// Variables Section
private GameObject[] players;
@@ -111,6 +114,9 @@ public class OffenseStateManager : NetworkBehaviour
currentState = state;
animationManager.updateCurrentPriority();
currentState.EnterState(this, previousState);
}
//Collision checker for the leg