Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Arcs
#1
I'm drawing in Pygame a soccer field.
With this code I have managed to draw the arc of the lower left corner of the field.

pygame.draw.arc (pantalla, NEGRO, [25, 925, 50, 50], 0, math.pi/2, 5)

What would the angle values be like for the other three corners?

Thank you.
Reply
#2
Solved. Thanks
Reply
#3
https://python-forum.io/misc.php?action=help&hid=46
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020