The health bar hovers on the boss, instead of over it. Do I just change this line?
bossHealth.setLocation(getX(), getY()-30);
bossHealth.setLocation(getX(), getY()-30);
setImage(new GreenfootImage("Health"+health+".png"));