center victory score a bit more

This commit is contained in:
Kevin Ngo
2018-10-31 23:18:59 -07:00
parent d9f08daf62
commit ebf4916576
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<!-- Titles. -->
<a-entity id="inGameMenuTitles" position="0 1.7 -2.3">
<a-entity mixin="gameMenuButtonText" text="value: GAME OVER; color: #ff7171; width: 4" bind__visible="isGameOver"></a-entity>
<a-entity mixin="gameMenuButtonText" text="value: SONG CLEAR; color: #7171FF; width: 4" bind__visible="isVictory"></a-entity>
<a-entity mixin="gameMenuButtonText" text="value: SONG CLEARED; color: #7171FF; width: 4" bind__visible="isVictory" position="0 0.2 0"></a-entity>
</a-entity>
<a-entity

View File

@@ -2,8 +2,7 @@
<a-entity
id="victoryInfoContainer"
class="overlay"
position="1.64 1 -1.2"
rotation="0 -55 0"
position="1.2 0.9 -2"
bind__visible="isVictory">
<a-entity