Help with converted code

Just starting out? Need help? Post your questions and find answers here.
Pot Noodle
Enthusiast
Enthusiast
Posts: 202
Joined: Sat Feb 18, 2012 10:21 pm
Location: Leicestershire

Re: Help with converted code

Post 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
P.N.
User avatar
Demivec
Addict
Addict
Posts: 4270
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Help with converted code

Post 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.
Pot Noodle
Enthusiast
Enthusiast
Posts: 202
Joined: Sat Feb 18, 2012 10:21 pm
Location: Leicestershire

Re: Help with converted code

Post by Pot Noodle »

Thanks Demivec for all your help, it works brill now.
P.N.
Post Reply