Hey, I have a background image that I drew, it’s pretty long in width. It’s a endless runner like the frog game is and I was the image to scroll pass as the character runs. thing is, treating it the same way as I have with the ground isnt too pleasing visually. Is there a way to I can have the background repeat itself without the entire image having to reset its position?
1 Like
You need to use multiple copies of the image which are moved together and then as one goes past the screen edge it’s moved to the right side of the previously most right image so that you always see the background and it looks seamless.
If you post some images of what it looks like and where the problem is can give better suggestion.
2 Likes