Page 2 of 2

Re: Help with converted code

Posted: Wed Dec 18, 2013 8:45 pm
by Pot Noodle
Just one more question Demivec, what values would I change to have the floor drawn only so far down the screen ?
It would appear to be working great but I just need to fit in to my code now.

Thanks Demivec :D

Re: Help with converted code

Posted: Fri Dec 20, 2013 9:32 pm
by Demivec
Pot Noodle wrote:Just one more question Demivec, what values would I change to have the floor drawn only so far down the screen ?
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.

Re: Help with converted code

Posted: Sat Dec 21, 2013 8:35 pm
by Pot Noodle
Thanks Demivec for all your help, it works brill now.