From fde9ad8a598bf96c628ae25aaad8f0bd28f651c1 Mon Sep 17 00:00:00 2001 From: Diego Marcos Date: Tue, 2 Oct 2018 15:04:51 -0700 Subject: [PATCH] Fix score state attributes --- src/state/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/index.js b/src/state/index.js index 2e7b325..ac7a570 100644 --- a/src/state/index.js +++ b/src/state/index.js @@ -43,9 +43,9 @@ AFRAME.registerState({ songSubName: '' }, score: { - maxStreak: 0, + combo: 0, score: 0, - streak: 0 + multiplier: 0 }, search: { active: true,