How to implement "circular side-scrolling" in my game?
- by Mr.Gando
I'm developing a game, a big part of this game, is about scrolling a "circular" background ( the right end of the Background Image can connect with the left start of the Background image ).
Should be something like this: ( Entity moving and arrow to show where the background should start to repeat )
This happens in order to allow to have an Entity walking, and the background repeating itself over and over again.
I'm not working with tile-maps, the background is a simple Texture (400x300 px).
Could anyone point me to a link , or tell me the best way I could accomplish this ?
Thanks a lot.