balancing

This commit is contained in:
ramapcsx2 2014-12-09 15:29:38 +01:00
parent 7653c31905
commit 6568fdd46a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class EnemyTwo extends Enemy{
this.setImage("images/enemy02.png"); this.setImage("images/enemy02.png");
this.setPrimaryShotImage("images/shots/laser_green.png"); this.setPrimaryShotImage("images/shots/laser_green.png");
this.setShootSpeed(4); this.setShootSpeed(4);
this.setShootDelay(62); this.setShootDelay(120);
this.setShootSpawn(-10, 10); this.setShootSpawn(-10, 10);
this.setShootDamage(5); this.setShootDamage(5);
this.setCollisionDamage(5); this.setCollisionDamage(5);