diff --git a/web/game.js b/web/game.js index 03960c4..7062c67 100644 --- a/web/game.js +++ b/web/game.js @@ -69,7 +69,7 @@ function setup() { // disable the outline of shapes Movementloop() noStroke(); - bg = loadImage('web/background.png'); + // bg = loadImage('background.webp'); } function score() { @@ -181,8 +181,7 @@ function draw() { gameOver(); phase(); // draw background - //myBullet.draw(); - background(bg); + background(0, 0, 0, 100); if (homescreenOn == true) { homescreen();