This commit is contained in:
Anuken
2026-02-04 13:36:15 -05:00
parent 764c38c71e
commit b9da705564
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ public class SoundControl{
/** music used explicitly after boss spawns */
public Seq<Music> bossMusic = Seq.with();
public AudioBus uiBus = new AudioBus();
protected Music lastRandomPlayed;
protected Interval timer = new Interval(4);
protected long lastPlayed;
@@ -33,7 +35,6 @@ public class SoundControl{
protected float fade;
protected boolean silenced;
protected AudioBus uiBus = new AudioBus();
protected boolean wasPlaying;
protected AudioFilter filter = new BiquadFilter(){{
set(0, 500, 1);