diff --git a/web/game.js b/web/game.js index d5d1874..35c4ec2 100644 --- a/web/game.js +++ b/web/game.js @@ -66,7 +66,6 @@ let bulletAmount = 5; let phases = [false, false, false, false, false]; -//let myBullet = new bullet(); // the function setup() is called once when the page is loaded function setup() { // create a canvas element and append it to the body @@ -77,7 +76,6 @@ function setup() { // disable the outline of shapes Movementloop() noStroke(); - // bg = loadImage('background.webp'); } function score() {