Skip to content

Commit

Permalink
58
Browse files Browse the repository at this point in the history
  • Loading branch information
heybobjones committed Jun 25, 2024
1 parent f95a771 commit e49666b
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 @@ -353,7 +353,7 @@ profilePicUpload.addEventListener('change', (e) => {
startGameButton.addEventListener('click', () => {
if (!gameStarted) {
gameStarted = true;
lives = 10;
lives = 7;
score = 0;
obstacles = [];
hitCounts = {onlyfans: 0, marketer: 0, fitness: 0, crypto: 0};
Expand Down

0 comments on commit e49666b

Please sign in to comment.