pgzero
pgzero copied to clipboard
Allow changing width in `screen.draw.line()`
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
.