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:
Kyle Humphrey 2022-03-26 05:23:52 +00:00
commit 0fb98a8abf
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ end
function update_score(newScore)
score = newScore
if (score == 0) then
maxChain = 0;
end
end
function update_combo(newCombo)