Added more sound effects.

This commit is contained in:
2026-01-04 18:26:51 -05:00
parent e8e31bb143
commit 7f47e2617c
136 changed files with 959 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ public class ConfigurableWeapon(WeaponDef def, WeaponState state) : Weapon
context.SpawnSprite(bullet);
}
context.AudioManager.PlayPlayerFire(); // or use _def.FireSfxKey -> audio routing
//context.AudioManager.PlayPlayerFire(); // or use _def.FireSfxKey -> audio routing
context.AudioManager.PlayPlayerFire(def.Bullet.Kind);
}
}