lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

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

Open ProfessorCode212 opened 2 years ago

ProfessorCode212 commented 2 years ago

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.