Game Development Community

Why Do my TGB scrollers have white gaps in them?

by Robert Carroll · in General Discussion · 08/25/2009 (1:30 am) · 2 replies

In TGB my scrollers always have these big whithe gaps in between them.

#1
08/25/2009 (9:46 pm)
The size of the image must be powers of 2: 512x512 or 128x1024, etc. for scroller image maps. Static sprites don't have that restriction. If it's not a power of 2, TGB pads the image with solid white. If you change the image size, the white parts should disappear.
#2
04/18/2010 (9:56 am)
I had the same problem. Maybe people have have already found the solution. The solution was to untick the box 'Filter Pad'in the Image builder window. To veiw the Image builder window double click on the image map.