Hopefully fixed audio issues fixed credits & title

This commit is contained in:
Melbyj1125
2022-05-05 22:39:55 -05:00
parent fe2116f7ec
commit 7f0b3d1269
14 changed files with 356 additions and 82 deletions

View File

@@ -105,6 +105,6 @@ public class NitroStateManager : NetworkBehaviour
currentState = state;
animationManager.updateCurrentPriority();
currentState.EnterState(this, previousState);
boostSound.Play();
//if(boostSound != null) boostSound.Play();
}
}