From 026f0ab6bfd00e6246c4fc11093d8ef3ab0a0a26 Mon Sep 17 00:00:00 2001 From: Diego Marcos Date: Wed, 7 Nov 2018 10:06:19 -0800 Subject: [PATCH] Reference new hit sound in pool --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 7456013..46c0137 100644 --- a/src/index.html +++ b/src/index.html @@ -60,7 +60,7 @@ id="beatContainer" beat-hit-sound bind__pause="isPaused: !isPlaying" - sound__beathit="poolSize: 12; src: assets/sounds/beatHit.ogg"> + sound__beathit="poolSize: 12; src: assets/sounds/LastHit9.ogg"> {% include './templates/stage.html' %} {% include './templates/loading.html' %} {% include './templates/score.html' %}