Added more sound effeects. Added audio manager.

This commit is contained in:
2025-12-28 21:23:23 -05:00
parent 874c263910
commit c4a98ce03d
32 changed files with 550 additions and 37 deletions

View File

@@ -97,11 +97,13 @@ internal class Player : MoveableSprite
public override void Update(SpriteUpdateContext context)
{
base.Update(context);
//UpdateExhaustAnimationThreshold();
CheckMove(context);
CheckFire(context);
base.Update(context);
//base.Update(context);
}
private void UpdateExhaustAnimationThreshold()