Added bullet array
This commit is contained in:
@@ -29,7 +29,7 @@ let predictiveBounceX;
|
|||||||
let predictiveBounceY;
|
let predictiveBounceY;
|
||||||
|
|
||||||
let time = 0;
|
let time = 0;
|
||||||
|
let Bullets = [];
|
||||||
let myBullet = new bullet();
|
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() {
|
||||||
|
Reference in New Issue
Block a user