mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-17 06:40:58 -08:00
Increase maximum concurrent ui sounds
This commit is contained in:
parent
a8b37792e4
commit
cfed1631aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue