reduce delay between hit and hearing sound (trimmed audio file more, got rid of event

This commit is contained in:
Kevin Ngo
2018-10-12 00:40:22 -07:00
parent 62dd94e571
commit c7feccf133
4 changed files with 11 additions and 13 deletions

View File

@@ -106,7 +106,7 @@
<a-entity id="container">
<a-entity
id="beatContainer"
beat-hit
beat-hit-sound
bind__pause="isPaused: !isPlaying"
sound__beathit="poolSize: 12; src: assets/sounds/beatHit.ogg"></a-entity>
{% include './templates/stage.html' %}