I'm working on the endless runner game, and as "floor" I'm using sprite image with animation frames.
I have a problem with spawning those Sprites (with Bullet Behavior) without a gaps between.
I want them to be exactly snapped every 128pixels.
Any idea how I can fix this or what other method I should use rather than sprites?
Thanks for your help in advance.
Here's my code example and screenshot with a problem.