Fix score state attributes

This commit is contained in:
Diego Marcos
2018-10-02 15:04:51 -07:00
parent 4eff13915f
commit fde9ad8a59

View File

@@ -43,9 +43,9 @@ AFRAME.registerState({
songSubName: ''
},
score: {
maxStreak: 0,
combo: 0,
score: 0,
streak: 0
multiplier: 0
},
search: {
active: true,