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