From 6568fdd46af3f5dcac16782fb28c07de4a1b97a4 Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Tue, 9 Dec 2014 15:29:38 +0100 Subject: [PATCH] balancing --- src/de/teamteamteam/spacescooter/entity/enemy/EnemyTwo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/teamteamteam/spacescooter/entity/enemy/EnemyTwo.java b/src/de/teamteamteam/spacescooter/entity/enemy/EnemyTwo.java index 67323bd..15c92a3 100644 --- a/src/de/teamteamteam/spacescooter/entity/enemy/EnemyTwo.java +++ b/src/de/teamteamteam/spacescooter/entity/enemy/EnemyTwo.java @@ -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);