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