I am making a game where the enemies spawn in with a health bar above their heads but I don't know how to either spawn in?


1 2 3 4 5 6 7 8 9 | public class Aktor extends greenfoot.Actor { int angle = getRotation(); public void act() { turn( 1 ); } } |