Issue: Triggers a beautiful Lighting throughout the screen.
Information: function celebrate() responsible for creation of fireworks using 2 functions createFirework() and incrementPoints() . Also plays an audio file cracker-sound.mp3.
Fix: Removing the function createFirework() will fix the issue.
Issue: Triggers a beautiful Lighting throughout the screen.
Information: function
celebrate()
responsible for creation of fireworks using 2 functionscreateFirework()
andincrementPoints()
. Also plays an audio filecracker-sound.mp3
.Fix: Removing the function
createFirework()
will fix the issue.