unnecessary comments
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user