center align score

This commit is contained in:
Kevin Ngo
2018-10-04 00:52:36 -07:00
parent 318f6f030f
commit 5d1c9041ea

View File

@@ -1,12 +1,12 @@
<a-entity
id="gameInfo"
bind__visible="!menu.active && !!challenge.id && !challenge.isLoading">
<a-entity position="0.80 0.01 -1.3">
<a-entity position="0 0.01 -1.3">
<a-entity
id="score"
bind__text="value: score.score"
mixin="textFont"
text="width: 2; color: #feffc1; letterSpacing: -2;"
text="width: 2; color: #feffc1; letterSpacing: -2; align: center"
rotation="-90 0 0">
</a-entity>
</a-entity>