balancing
This commit is contained in:
parent
7653c31905
commit
6568fdd46a
|
@ -9,7 +9,7 @@ public class EnemyTwo extends Enemy{
|
|||
this.setImage("images/enemy02.png");
|
||||
this.setPrimaryShotImage("images/shots/laser_green.png");
|
||||
this.setShootSpeed(4);
|
||||
this.setShootDelay(62);
|
||||
this.setShootDelay(120);
|
||||
this.setShootSpawn(-10, 10);
|
||||
this.setShootDamage(5);
|
||||
this.setCollisionDamage(5);
|
||||
|
|
Loading…
Reference in New Issue