mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-06 09:34:05 +00:00
Increase maximum concurrent ui sounds
This commit is contained in:
parent
a8b37792e4
commit
cfed1631aa
@ -8,7 +8,7 @@ import { SOUNDS } from "../platform/sound";
|
||||
const avgSoundDurationSeconds = 0.25;
|
||||
const maxOngoingSounds = 2;
|
||||
|
||||
const maxOngoingUiSounds = 2;
|
||||
const maxOngoingUiSounds = 25;
|
||||
|
||||
// Proxy to the application sound instance
|
||||
export class SoundProxy {
|
||||
|
Loading…
Reference in New Issue
Block a user