Schuss-Spawnposition für EnemyOne angepasst.

This commit is contained in:
Jan Philipp Timme 2014-10-30 23:49:55 +01:00
parent 52adadda88
commit a6d7bd3b95
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public class EnemyOne extends Enemy {
this.setImage("images/nyancat.png");
this.setShootSpeed(2);
this.setShootDelay(42);
this.setShootSpawn(-17, 32);
this.setShootSpawn(-8, 10);
this.setHealthPoints(5);
}