fix score text schema

This commit is contained in:
Kevin Ngo
2018-10-15 18:06:44 -07:00
parent 553d88e185
commit 4982942091

View File

@@ -2,7 +2,7 @@
* Score text fade in animation.
*/
AFRAME.registerComponent('score-texts', {
dependencies: {
schema: {
isSongLoading: {default: false}
},