rename some templates

This commit is contained in:
Kevin Ngo
2018-10-10 02:26:03 -07:00
parent 5da9ed7447
commit 46b7b19b5a
3 changed files with 3 additions and 3 deletions

View File

@@ -91,9 +91,9 @@
<a-entity id="beatContainer" bind__pause="isPaused: !isPlaying"></a-entity>
{% include './templates/stage.html' %}
{% include './templates/gameUi.html' %}
{% include './templates/score.html' %}
{% include './templates/menu.html' %}
{% include './templates/dialogs.html' %}
{% include './templates/inGameMenu.html' %}
<!-- Wrong + miss beat visual indicators. -->
<a-entity id="wrongLeft" mixin='badBeat' geometry="height: 0.3; width: 0.3" material="src: #wrongRedImg"></a-entity>

View File

@@ -1,5 +1,5 @@
<a-entity
id="gameInfo"
id="scoreContainer"
bind__visible="!menu.active && !!challenge.id && !challenge.isLoading">
<a-entity position="0 0.01 -1.3">
<a-entity