Code cleanup

This commit is contained in:
Christian Bobe
2024-07-13 11:42:22 +02:00
parent 7c76159544
commit fb900b5244

View File

@@ -172,6 +172,7 @@ while(gamestate==True):
pygame.display.flip()
clock.tick(60)
count2 += 1
if(count2 == 60):
count2 = 0