Sam
2024-01-08 21:20:09 +01:00

View File

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