This commit is contained in:
ramapcsx2 2014-11-30 17:13:22 +01:00
parent f5444954ab
commit eed6462541
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class EnemyBoss extends Enemy{
this.setCollisionDamage(50);
this.setScore(5000);
this.willShoot = true;
new BossHealthBar(240, 10, this);
new BossHealthBar(240, 5, this);
}
/**