Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteeRevo committed Apr 10, 2022
1 parent 944daca commit 7a1a09c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@


console.log("Hello")

let config = {
type: Phaser.CANVAS,
Expand Down
2 changes: 1 addition & 1 deletion src/scenes/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Play extends Phaser.Scene {

this.p1Score += ship.points;
this.scoreLeft.text = this.p1Score;
console.log(ship.points);

this.sound.play('sfx_explosion');
}
}

0 comments on commit 7a1a09c

Please sign in to comment.