Started creation startscreen
This commit is contained in:
@@ -48,6 +48,7 @@ let y5;
|
||||
|
||||
let bulletAmount = 10;
|
||||
|
||||
let Startscreen = new Startscreen(width, height);
|
||||
|
||||
//let myBullet = new bullet();
|
||||
// the function setup() is called once when the page is loaded
|
||||
@@ -61,6 +62,7 @@ function setup() {
|
||||
// disable the outline of shapes
|
||||
Movementloop()
|
||||
noStroke();
|
||||
|
||||
}
|
||||
|
||||
function score() {
|
||||
|
Reference in New Issue
Block a user