You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, I am unable to increase the thickness of the line that is drawn on screen. However,
pygame
allows doing this by passingwidth
as an argument topygame.draw.line()
. It would be great if I could change do the same inpgzero
without importingpygame
.The text was updated successfully, but these errors were encountered: