tab once selects builder, tab twice focuses builder

This commit is contained in:
Ian Woods 2026-07-16 20:49:13 -07:00
parent 826d7b5037
commit fe2c59d326
6 changed files with 28 additions and 6 deletions

View file

@ -38,7 +38,7 @@ namespace TD.Combat
private void HandleAreaFired(Vector3[] positions)
{
AudioManager.Instance?.Play(fireSound.clip, AudioCategory.TowerFire, fireSound.RandomPitch(), fireSound.volume);
AudioManager.Instance?.Play(fireSound.clip, AudioCategory.Combat, fireSound.RandomPitch(), fireSound.volume);
}
}
}