Skip to content

Commit

Permalink
disable alien explode sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jan 23, 2017
1 parent b3d9951 commit 021d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/elementfactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var ElementFactory = function (game) {
}
if (ship.speedMultiplier > 1) {
clearInterval(ship.drainInterval);
sprite.deathSound.play();
// sprite.deathSound.play(); // too long
ship.animations.play('death-pull', null, false);
ship.animations.currentAnim.onComplete.add(function () {
ship.kill();
Expand Down

0 comments on commit 021d75e

Please sign in to comment.