move score to front
This commit is contained in:
@@ -8,13 +8,12 @@
|
||||
bind__score-texts="isSongLoading: isSongLoading"
|
||||
bind__visible="isPlaying || isPaused">
|
||||
|
||||
<a-entity id="scoreTextContainer" position="0 0.01 -1.3">
|
||||
<a-entity id="scoreTextContainer" position="0 0.01 -6.25017">
|
||||
<a-entity
|
||||
id="score"
|
||||
mixin="scoreText"
|
||||
bind__text="value: score.score"
|
||||
text="width: 2"
|
||||
rotation="-90 0 0">
|
||||
text="width: 4; color: #888">
|
||||
</a-entity>
|
||||
</a-entity>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user