fix Max Chain not resetting on gameplay restart (f5) #12
|
@ -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