Add FPS cap.

This commit is contained in:
bʰedoh₂ swé 2024-04-04 23:06:31 +05:00
parent ac6330efd0
commit 84baa55a0c

View File

@ -156,7 +156,7 @@ def mainLoop():
pygame.display.update()
clock.tick()
clock.tick(60)
return True
def main():