Game Development Community

Scrolling Problem

by William James · in Torque Game Builder · 02/04/2008 (9:00 pm) · 2 replies

Can anyone tell me why my background doesn't scroll seamlessly? It always has some white space at the end before it repeats.

#1
02/04/2008 (11:00 pm)
I think that the image size needs to be in powers of two for it to scroll nicely. (256 x 256, 256 x 512, 512 x 512 etc)
#2
02/05/2008 (8:10 am)
Thanks that worked. I read it in the forums but for some reason it just didn't click. Thanks again :)