From c5f8f6207ee5432e2d4aa2f5a76449fb42f2ca51 Mon Sep 17 00:00:00 2001 From: Mees Roelofsz Date: Mon, 8 Jan 2024 20:48:03 +0100 Subject: [PATCH] unnecessary comments --- web/game.js | 2 -- 1 file changed, 2 deletions(-) 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() {