optimization #5

Merged
s473555 merged 6 commits from optimization into main 2023-03-16 22:13:59 +01:00
Showing only changes of commit 2200cf15d7 - Show all commits

View File

@ -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.