It would appear to be working great but I just need to fit in to my code now.
Thanks Demivec

If you just want to black out the bottom of the screen for the display of text (or anything else) just create a black sprite of 1 pixel, use TransformSprite() to size it to the area you want to cover and draw it over the rendered grid after the grid is drawn.Pot Noodle wrote:Just one more question Demivec, what values would I change to have the floor drawn only so far down the screen ?