Skip to content

Commit ffd5950

Browse files
author
hamolicious
committed
changed framerate message
1 parent 881880c commit ffd5950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ def display(self, screen):
222222
pygame.display.update()
223223
clock.tick(fps)
224224
delta_time = time() - frame_start_time
225-
pygame.display.set_caption(f'Framerate: {int(clock.get_fps())}')
225+
pygame.display.set_caption(f'{int(clock.get_fps())} Plates generated per second | {len(os.listdir("Locations"))} Total')

0 commit comments

Comments
 (0)