This site requires JavaScript, please enable it in your browser!
Greenfoot back
Game/maniac
Game/maniac wrote ...

2013/4/30

Changing width of line

Game/maniac Game/maniac

2013/4/30

#
How do I change the thickness of a line drawn like this:
getImage().drawLine(10, 7, 18, 20);
Gevater_Tod4711 Gevater_Tod4711

2013/4/30

#
Therefore you mussn't use drawLine() but fillRect or if the line is not horrizontally or vertically fillPolygon().
You need to login to post a reply.