diff --git a/js/spaceinvaders-ui.js b/js/spaceinvaders-ui.js index 852c35c..cce272b 100644 --- a/js/spaceinvaders-ui.js +++ b/js/spaceinvaders-ui.js @@ -227,8 +227,6 @@ $(function(){ height: 16 }) .end() - .addSprite( "carot", $.extend({posx: 210, posy: 40}, animations.weapons.carot)) - .addSprite( "corn", $.extend({posx: 230, posy: 40}, animations.weapons.corn)) .end() ;