Merge pull request 'fix Max Chain not resetting on gameplay restart (f5)' (#12) from feature/TASK-19-reset-max-chain-on-restart into master
Reviewed-on: #12
This commit is contained in:
commit
0fb98a8abf
|
@ -103,6 +103,9 @@ end
|
|||
|
||||
function update_score(newScore)
|
||||
score = newScore
|
||||
if (score == 0) then
|
||||
maxChain = 0;
|
||||
end
|
||||
end
|
||||
|
||||
function update_combo(newCombo)
|
||||
|
|
Loading…
Reference in New Issue