mirror of
https://github.com/Febbweiss/sis.git
synced 2026-03-04 22:25:35 +00:00
Bugfix:
* remove unused aliens * right first level
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user