Fix: Alien moveRandomPosition
This commit is contained in:
@@ -36,7 +36,7 @@ var Game = {
|
||||
this.spaceship = new Spaceship();
|
||||
|
||||
this.aliens = [];
|
||||
for(var i = 0; i < 50; i++) {
|
||||
for(var i = 0; i < 100; i++) {
|
||||
var alien = new Alien(this.spaceship);
|
||||
this.aliens.push(alien);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user