typo 15->20
This commit is contained in:
parent
9b7bb1a62c
commit
2200cf15d7
@ -56,4 +56,4 @@ class GridDraw:
|
|||||||
def circle(self, x, y, color=None):
|
def circle(self, x, y, color=None):
|
||||||
pygame.draw.circle(
|
pygame.draw.circle(
|
||||||
self.screen, color, (x, y), 20
|
self.screen, color, (x, y), 20
|
||||||
) # TODO calculate radius (now 15) in terms of window size.
|
) # TODO calculate radius (now 20) in terms of window size.
|
||||||
|
Loading…
Reference in New Issue
Block a user