center victory score a bit more
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user