pause title

This commit is contained in:
Kevin Ngo
2018-12-10 02:45:42 -08:00
parent 958b46139f
commit c2fe443197

View File

@@ -15,6 +15,7 @@
<a-entity id="inGameMenuTitles" position="0 1.7 -2.3">
<a-entity mixin="gameMenuButtonText" text="value: GAME OVER; color: {{ COLORS.UI_ACCENT2 }}; width: 4" bind__visible="isGameOver"></a-entity>
<a-entity mixin="gameMenuButtonText" text="value: SONG CLEARED; color: #FFF; width: 4" bind__visible="isVictory" position="0 0.2 0"></a-entity>
<a-entity mixin="gameMenuButtonText" text="value: PAUSED; color: {{ COLORS.UI_ACCENT }}; width: 4" bind__visible="isPaused"></a-entity>
</a-entity>
<a-entity