summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2024-07-06 12:09:59 -0500
committersanine <sanine.not@pm.me>2024-07-06 12:09:59 -0500
commit2a2dadfb9739874044bdcc20cf6152115a04bc07 (patch)
tree38fd82a28d6cdf979f2b5e613a39e3f0fbb15341 /index.html
parent2f300a221b850ae66a785523436511c06b318a22 (diff)
add button sfx
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index b889a4a..d724516 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,10 @@
<audio id="sfx-resource" src="sounds/sfx/gui-beep/33776__jobro__1-beep-b.wav"></audio>
<audio id="sfx-done" src="sounds/sfx/gui-beep/33787__jobro__5-beep-a.wav"></audio>
<audio id="sfx-wrong" src="sounds/sfx/gui-beep/33789__jobro__5-beep-c.wav"></audio>
+
+ <audio id="sfx-buttonenter" src="sounds/sfx/gui-beep/33777__jobro__1-beep-c.wav"></audio>
+ <audio id="sfx-buttonclick" src="sounds/sfx/gui-beep/33778__jobro__2-beep-a.wav"></audio>
+
<div id="root"></div>
</body>
</html>