diff --git a/Engine/src/shared/audio.ts b/Engine/src/shared/audio.ts index 61e41d1..2d28ce7 100644 --- a/Engine/src/shared/audio.ts +++ b/Engine/src/shared/audio.ts @@ -38,7 +38,7 @@ export function playSong(name: string) { } else { clearInterval(cl) } - }, 100) + }, 50) })(playingSongAudio) } playingSongAudio = new Audio() @@ -59,7 +59,7 @@ export function playSong(name: string) { } else { clearInterval(cl) } - }, 100) + }, 50) })(playingSongAudio) playingSongAudio.src = audio[name]