We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b3e58 commit eb557dfCopy full SHA for eb557df
projects/gravity-flip-pinball/script.js
@@ -254,6 +254,8 @@ function showVictoryModal() {
254
timerInterval = null;
255
}
256
257
+ collisions = 0;
258
+
259
const modal = document.getElementById("victoryModal");
260
const title = document.getElementById("victoryTitle");
261
const message = document.getElementById("victoryMessage");
0 commit comments