Skip to content

Commit aca68d5

Browse files
David AttleeDavid Attlee
authored andcommitted
Merge branch 'bug-fixing' into easy-mode
2 parents ac0bf6a + 7313518 commit aca68d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ Ship = function () {
421421
}
422422
if (KEY_STATUS.space) {
423423
if (this.delayBeforeBullet <= 0) {
424+
this.delayBeforeBullet = 10;
424425
for (var i = 0; i < this.bullets.length; i++) {
425426
if (!this.bullets[i].visible) {
426427
SFX.laser();

0 commit comments

Comments
 (0)