I'm trying to make a timing based thing in a game (I have under a week of pygame experience), and I was wondering how to delay something a certain number of ticks, for example end lag in things like fighting games.
I would use pygame.time.delay(), but I want it to be based on ticks, not IRL time.