* remove unused aliens
 * right first level
This commit is contained in:
Fabrice Ecaille
2014-02-03 18:52:24 +01:00
parent f040fc62cf
commit 654cda1cc6
2 changed files with 13 additions and 11 deletions

View File

@@ -126,10 +126,10 @@ $(function(){
posy: PLAYGROUND_HEIGHT - HUD_HEIGHT - 50
})
.end()
.addSprite("alienA", $.extend({posx : 50, posy : 300}, ALIENS[0]))
/* .addSprite("alienA", $.extend({posx : 50, posy : 300}, ALIENS[0]))
.addSprite("alienB", $.extend({posx : 50, posy : 400}, ALIENS[1]))
.addSprite("alienC", $.extend({posx : 50, posy : 500}, ALIENS[2]))
.addSprite("explosion", {
*/ .addSprite("explosion", {
width: 64,
height: 64,
posx: 100,