how do you make a line with an thickness?
ive managed to do this :
and this in the constructor:
GreenfootImage img = getBackground();
img.setColor(new Color(255, 0, 0)); img.drawLine(400,200,500,250);