fix Max Chain not resetting on gameplay restart (f5)
This commit is contained in:
parent
c3e4eff904
commit
4a293e70ae
|
@ -103,6 +103,9 @@ end
|
||||||
|
|
||||||
function update_score(newScore)
|
function update_score(newScore)
|
||||||
score = newScore
|
score = newScore
|
||||||
|
if (score == 0) then
|
||||||
|
maxChain = 0;
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function update_combo(newCombo)
|
function update_combo(newCombo)
|
||||||
|
|
Loading…
Reference in New Issue