fixed beats and smoke transparency

This commit is contained in:
Diego F. Goberna
2018-12-05 00:30:59 +01:00
committed by Diego Marcos
parent 28bae66b20
commit 1518bf2e89
2 changed files with 5 additions and 3 deletions

View File

@@ -68,12 +68,14 @@
<a-entity id="mineObjTemplate" obj-model="obj: #mineObj" visible="false"></a-entity>
<a-entity id="cursorLaser" obj-model="obj: #laserObj" visible="false"></a-entity>
{% include './templates/stage.html' %}
<a-entity
id="beatContainer"
bind__pause="isPaused: !isPlaying"
beat-hit-sound></a-entity>
{% include './templates/stage.html' %}
{% include './templates/loading.html' %}
{% include './templates/score.html' %}
{% include './templates/menu.html' %}