I'm building a project like a player trys to dodge the bullet, so my game calls create_bullet()
each time in my while True
loop.
I don't know how to call that function with an x
time but without using time.sleep()
because when I use it, it stops my entire game, even the player movement.