Hello all im trying to make a endless platform game where platforms/floors and enamys spawn from the right going to the left i got it working okay only problem is alot of the time they spawn in a cluster, is there a way i can make them spawn with a minimum space on the x and y from each other, thanks for any help
1 Like
You would have to reduce the number of particles been created at a particular time so it gives enough space between the objects. The timers should help
that worked thank you