unified audio manager that limits the number of simultaneous sounds in certain categories

This commit is contained in:
Ian Woods 2026-06-30 20:12:03 -07:00
parent d53a2a47e2
commit 404c749a43
9 changed files with 154 additions and 110 deletions

View file

@ -0,0 +1,5 @@
// Assets/_Project/Scripts/Audio/AudioCategory.cs
namespace TD.Audio
{
public enum AudioCategory { TowerFire, EnemyHitDeath, UI, Music }
}