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