Skip to content

Commit

Permalink
exhaust was showing on the extradudes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcinnes committed Feb 22, 2010
1 parent 6d5799d commit e0d7da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ $(function () {
var extraDude = new Ship();
extraDude.scale = 0.6;
extraDude.visible = true;
extraDude.preMove = null;
extraDude.children = [];

function spawnAsteroids(count) {
for (var i = 0; i < count; i++) {
Expand Down

0 comments on commit e0d7da8

Please sign in to comment.