Insect/leg unit step sound

This commit is contained in:
Anuken
2025-11-20 21:06:59 -05:00
parent f14f8eff83
commit 848fcfad1f
7 changed files with 41 additions and 5 deletions

View File

@@ -59,8 +59,11 @@ public class SoundPriority{
sound.setMinConcurrentInterrupt(Math.min(0.25f, sound.getLength() * 0.5f));
}
mechStep.setMinConcurrentInterrupt(0.3f);
mechStep.setMaxConcurrent(3);
mechStep.setMinConcurrentInterrupt(0.5f);
walkerStep.setMinConcurrentInterrupt(0.6f);
mechStep.setMaxConcurrent(4);
walkerStep.setMaxConcurrent(4);
}
static void max(int max, Sound... sounds){