Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleciondolo authored May 15, 2024
1 parent 41a878c commit ed696d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Main.prototype = {
this.cursors = this.game.input.keyboard.createCursorKeys();

this.timer = game.time.events.loop(this.rate, this.addObstacles, this);
this.Scoretimer = game.time.events.loop(100, this.incrementScore, this);
//this.Scoretimer = game.time.events.loop(100, this.incrementScore, this);

},

Expand Down

0 comments on commit ed696d2

Please sign in to comment.