what does clock tick mean in pygame code example
Example: pygame tick time
clock = pygame.time.Clock()
clock.tick(40)
# no more than 40 frames per second
clock = pygame.time.Clock()
clock.tick(40)
# no more than 40 frames per second