pgzero icon indicating copy to clipboard operation
pgzero copied to clipboard

Allow changing width in `screen.draw.line()`

Open ProfessorCode212 opened this issue 2 years ago • 0 comments

Currently, I am unable to increase the thickness of the line that is drawn on screen. However, pygame allows doing this by passing width as an argument to pygame.draw.line(). It would be great if I could change do the same in pgzero without importing pygame.

ProfessorCode212 avatar Apr 15 '22 09:04 ProfessorCode212