Re: Problem with my code (likely something really simple)
Posted: Wed Jul 03, 2013 9:02 pm
I drew a diagonal black line on each of the tiles in the source image and got this result:
This means that the bottom and right tiles are not stretched. In fact they are the only tiles that are shown correctly. All the other tiles are overlapping. That means somewhere in the spritebatch you position the quads incorrectly (factor of 2 somewhere)