Skip to content
Snippets Groups Projects
Commit 3280d0dc authored by Jacky Chen's avatar Jacky Chen
Browse files

updated bullet score

parent 2f2c0b5e
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class gun{ ...@@ -64,7 +64,7 @@ class gun{
bullets.push(create_bullet); bullets.push(create_bullet);
c_amt--; c_amt--;
ammoTxt.text = "Capacity: " + c_amt + "/" + g.t_ammo; ammoTxt.text = "Ammo: " + c_amt + "/" + g.t_ammo;
} }
......
...@@ -960,5 +960,3 @@ app.ticker.add(g1.bullet_loop); ...@@ -960,5 +960,3 @@ app.ticker.add(g1.bullet_loop);
app.stage.on("pointerdown", g1.fireBullet); app.stage.on("pointerdown", g1.fireBullet);
app.stage.on("pointerdown", g1.start); app.stage.on("pointerdown", g1.start);
//Enemy bullet don't start shooting until 3 seconds later
//let timeout = setTimeout(delayTicker, 3000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment