fix Max Chain not resetting on gameplay restart (f5) #12

Merged
Kuenaimaku merged 1 commits from feature/TASK-19-reset-max-chain-on-restart into master 2022-03-26 06:23:52 +01:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 4a293e70ae - Show all commits

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)