I've got a trouble building up my first Pygame; The thing is that I want to create different enemies, but I don't want them to appear at the same time on the screen; I've succeeded in creating the enemies, but they're to many at once; How can I limit the number of enemies that appear on the window at once?
Asked
Active
Viewed 47 times
-1
-
1Where is your code? Please read [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) and [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask). – Rabbid76 Jan 22 '21 at 19:46
-
See [Trying to delay a specific function for spawning enemy after a certain amount of time](https://stackoverflow.com/questions/61409702/trying-to-delay-a-specific-function-for-spawning-enemy-after-a-certain-amount-of/61410788#61410788) – Rabbid76 Jan 25 '21 at 11:31