fix great beat score...lots of things lost in rebase?

This commit is contained in:
Kevin Ngo
2018-12-10 16:40:33 -08:00
parent 2e676c9c31
commit 2787eefb51
2 changed files with 4 additions and 4 deletions

View File

@@ -119,10 +119,10 @@
mixin="beatScore"
text="value: GOOD; color: #A8E3FF"></a-mixin>
<a-mixin
id="beatScoreExcellent"
score-beat="type: excellent"
id="beatScoreGreat"
score-beat="type: great"
mixin="beatScore"
text="value: EXCELLENT; wrapCount: 16; color: #60CCFF"></a-mixin>
text="value: GREAT; wrapCount: 16; color: #60CCFF"></a-mixin>
<a-mixin
id="beatScoreSuper"
score-beat="type: super"

View File

@@ -57,7 +57,7 @@
pool__beat-mine="mixin: mine; size: 12; container: #beatContainer"
pool__beatscoreok="mixin: beatScoreOk; size: 5; container: #beatContainer"
pool__beatscoregood="mixin: beatScoreGood; size: 5; container: #beatContainer"
pool__beatscoreexcellent="mixin: beatScoreExcellent; size: 5; container: #beatContainer"
pool__beatscoregreat="mixin: beatScoreGreat; size: 5; container: #beatContainer"
pool__beatscoresuper="mixin: beatScoreSuper; size: 5; container: #beatContainer"
pool__wall="mixin: wall; size: 10; container: #beatContainer"
proxy-event__cleargame1="event: gamemenuexit; as: cleargame; to: a-scene"