diff --git a/frontend/src/components/SoundManager.svelte b/frontend/src/components/SoundManager.svelte deleted file mode 100644 index b80a45d..0000000 --- a/frontend/src/components/SoundManager.svelte +++ /dev/null @@ -1,168 +0,0 @@ - - -{#if showControls} -
- - -
- - - - updateVolume(e.target.value / 100)} - class="w-20 h-1 bg-slate-700 rounded-lg appearance-none cursor-pointer accent-blue-500" - title="Volume: {Math.round(volume * 100)}%" - /> - {Math.round(volume * 100)}% -
-
-{/if} - - \ No newline at end of file