increase beat hit labels a bit

This commit is contained in:
Kevin Ngo
2018-11-17 17:49:05 -08:00
parent 524d150795
commit fd08e2ab30
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
id="beatScore"
mixin="font"
score-beat
text="opacity: 0; wrapCount: 19; color: #AAA"
text="opacity: 0; wrapCount: 19; color: #AAA; width: 1.5"
animation__opacityin="property: components.text.material.uniforms.opacity.value; from: .5; to: 1; dur: 500; startEvents: beatscorestart"
animation__opacityout="property: components.text.material.uniforms.opacity.value; from: 1; to: 0; dur: 500; delay: 700; startEvents: beatscorestart"
animation__motionz="property: object3D.position.z; from: -2; to: -6; dur: 500; easing: easeOutQuart; startEvents: beatscorestart"