Added bullet array
This commit is contained in:
@@ -29,7 +29,7 @@ let predictiveBounceX;
|
||||
let predictiveBounceY;
|
||||
|
||||
let time = 0;
|
||||
|
||||
let Bullets = [];
|
||||
let myBullet = new bullet();
|
||||
// the function setup() is called once when the page is loaded
|
||||
function setup() {
|
||||
|
Reference in New Issue
Block a user