you wouldn't redesign a whole app in one commit

This commit is contained in:
ari melody 2024-06-28 06:19:00 +01:00
parent 957a067568
commit 7669c5b4d6
Signed by: ari
GPG key ID: CF99829C92678188
69 changed files with 1232 additions and 506 deletions

View file

@ -12,6 +12,7 @@ export function play_sound(name) {
return;
}
sound.pause();
sound.volume = 0.25;
sound.currentTime = 0;
sound.play();
}