Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stugoo/unicorn-super-blaster
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcbrewer committed Nov 10, 2012
2 parents 1095827 + 35ba48e commit f25bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/game.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}, },


randomlyFire: function() { randomlyFire: function() {
this.delay(this.randomlyFire, Crafty.math.randomInt(800, 1200)) this.delay(this.randomlyFire, Crafty.math.randomInt(1800, 2200))
Crafty.e("EnemyBullet").attr({x: this.x - 5, y: this.y}); Crafty.e("EnemyBullet").attr({x: this.x - 5, y: this.y});
} }
}); });
Expand Down

0 comments on commit f25bc8e

Please sign in to comment.