Hi.Is there a way to pause one function, but to keep all the others going? I'm building a 2D RPG, and my current animation function uses pygame.time.wait(), which is good, but means I can't have "ambient" animations (Things that move around randomly, like plants waving in the wind), and I can only have on going at a time. Does anyone know a way around this?
Thanks!