Hi, guys.
My question... How make a world not rectangular... I need create a world in format of irregular polygon, as a cross or airplane... I habe been worlds as rectangule, but, isn't what i want.
Can you help me?
public Path(int wide, int high, int rotation)
{
getImage().clear();
getImage().scale(wide, high);
setRotation(rotation);
}