Add saber draw sound and animation

This commit is contained in:
Diego Marcos
2018-09-19 14:03:31 -07:00
parent 78006377ff
commit 8ba32038e6
3 changed files with 11 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
<a-mixin id="laser" laser geometry="height: 300; depth: 0.16; width: 0.16" materials="neon"></a-mixin>
<audio id="hoverSound" src="/assets/sounds/hover.ogg"></audio>
<audio id="saberDraw" src="/assets/sounds/saberDraw.wav"></audio>
<img id="gridImg" src="assets/img/grid.png">
<img id="playImg" src="assets/img/play.png">