Change hit sound
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<audio id="beatHitSound" src="assets/sounds/beatHit.ogg"></audio>
|
||||
<audio id="confirmSound" src="assets/sounds/beatHit.ogg"></audio>
|
||||
<audio id="hoverSound" src="assets/sounds/hover.ogg"></audio>
|
||||
<audio id="hitSound9" src="assets/sounds/LastHit9.ogg"></audio>
|
||||
<audio id="hitSound9" src="assets/sounds/hit9.ogg"></audio>
|
||||
|
||||
<img id="backglowTexture" src="assets/img/stage/backglow.png">
|
||||
<img id="cursorMeshImg" src="assets/models/laser/laser.png">
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
id="beatContainer"
|
||||
beat-hit-sound
|
||||
bind__pause="isPaused: !isPlaying"
|
||||
sound__beathit="poolSize: 12; src: assets/sounds/LastHit9.ogg"></a-entity>
|
||||
sound__beathit="poolSize: 12; src: assets/sounds/hit9.ogg"></a-entity>
|
||||
{% include './templates/stage.html' %}
|
||||
{% include './templates/loading.html' %}
|
||||
{% include './templates/score.html' %}
|
||||
|
||||
Reference in New Issue
Block a user