Solved the boss hitpoint bar issue rather nicely :)
This commit is contained in:
parent
9b109fe722
commit
f5444954ab
|
@ -21,7 +21,7 @@ public class EnemyBoss extends Enemy{
|
||||||
this.setCollisionDamage(50);
|
this.setCollisionDamage(50);
|
||||||
this.setScore(5000);
|
this.setScore(5000);
|
||||||
this.willShoot = true;
|
this.willShoot = true;
|
||||||
new BossHealthBar(10, 44, this);
|
new BossHealthBar(240, 10, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue