Explorar el Código

Clean: unused sprite divs

Fabrice Ecaille hace 12 años
padre
commit
aed7be78c5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      js/spaceinvaders-ui.js

+ 0 - 2
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()
 		;