use white for pause title

This commit is contained in:
Kevin Ngo
2018-12-10 15:41:42 -08:00
parent ee5ae537ae
commit 2779d875a6

View File

@@ -14,8 +14,8 @@
<!-- Titles. -->
<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 mixin="gameMenuButtonText" text="value: SONG CLEARED; color: #FAFAFA; width: 4" bind__visible="isVictory" position="0 0.2 0"></a-entity>
<a-entity mixin="gameMenuButtonText" text="value: PAUSED; color: #FAFAFA; width: 4" bind__visible="isPaused"></a-entity>
</a-entity>
<a-entity