fix rank wrap count
This commit is contained in:
@@ -187,7 +187,7 @@ AFRAME.registerState({
|
||||
state.score.accuracy = .88;
|
||||
state.score.accuracyText = '99.99%';
|
||||
state.score.maxComboText = 'MAX COMBO - 123';
|
||||
state.score.rank = 'S';
|
||||
state.score.rank = 'B';
|
||||
state.score.score = 9001;
|
||||
},
|
||||
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
<a-entity
|
||||
id="victoryInfoRank"
|
||||
bind__animation="enabled: isVictory"
|
||||
animation="property: object3D.rotation.y; from: 0; to: 360; loop: true; easing: linear; dur: 3000"
|
||||
mixin="font"
|
||||
bind__animation="enabled: isVictory"
|
||||
bind__victory-rank="rank: score.rank"
|
||||
text="wrapCount: 1; align: center; color: #AAFFAA; width: 0.5; side: double"></a-entity>
|
||||
animation="property: object3D.rotation.y; from: 0; to: 360; loop: true; easing: linear; dur: 3000"
|
||||
text="wrapCount: 2; align: center; width: 0.82; side: double"></a-entity>
|
||||
|
||||
<a-entity
|
||||
id="victoryAccuracyRing"
|
||||
|
||||
Reference in New Issue
Block a user