I have an Image "spawner" which spawn a "Obj" with bullet behavior
every 0.5 second "spawner" spawn "obj" with speed 100 and Angle of Motion 90.
on each "obj" there is a gap. But if I increase or decrease bullet speed. that gap also increase and decrease. So My question is
without adjusting time Is there a way so if I increase and decrease speed doesn't impact gap between each "obj"
Idea is something line On "obj" created when "obj"'s y is greater than 50 pixel from spawner then spawn new "obj"