We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e4bd3 commit da2bc27Copy full SHA for da2bc27
1 file changed
public/graduates/2026/index.html
@@ -84,6 +84,7 @@
84
}
85
function playExplosion(){
86
let sound = choice(clips);
87
+ sound.volume = 0.25;
88
sound.play();
89
90
</script>
0 commit comments