typo 15->20

This commit is contained in:
Mateusz Dokowicz 2023-03-16 22:08:47 +01:00
parent 9b7bb1a62c
commit 2200cf15d7
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ class GridDraw:
def circle(self, x, y, color=None):
pygame.draw.circle(
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.