Skip to content

Commit

Permalink
updated js
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomThacker committed Dec 27, 2023
1 parent 17097b5 commit 6d1e8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function onUp() {
mario.classList.add("animateMario")
audioJump.play()
setTimeout(() => {
// console.log("remove")
console.log("remove")
mario.classList.remove("animateMario")
}, 800)
}
Expand Down

0 comments on commit 6d1e8d4

Please sign in to comment.