30 lines
776 B
HTML
30 lines
776 B
HTML
<a-entity
|
|
id="scoreContainer"
|
|
bind__visible="isPlaying || isPaused">
|
|
<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; align: center"
|
|
rotation="-90 0 0">
|
|
</a-entity>
|
|
</a-entity>
|
|
<a-entity
|
|
id="combo"
|
|
bind__text="value: score.combo"
|
|
mixin="textFont"
|
|
text="width: 1; color: #feffc1; letterSpacing: -2; align: center"
|
|
position="-1.8 1.2 -4"
|
|
scale="5 5 5">
|
|
</a-entity>
|
|
<a-entity
|
|
id="multiplier"
|
|
bind__text="value: multiplierText"
|
|
mixin="textFont"
|
|
text="width: 1; color: #feffc1; letterSpacing: -2; align: center"
|
|
position="1.8 1.2 -4"
|
|
scale="5 5 5">
|
|
</a-entity>
|
|
</a-entity>
|