Page 1 of 1

HUD Drawing

Posted: Wed Sep 30, 2015 8:48 am
by orlanrod
How do i make the bottom portion of the screen into a hud area? 24 pixels in height is what i need.

Thanks.

Re: HUD Drawing

Posted: Wed Sep 30, 2015 11:57 am
by matteus
Pick a PLAN and load in the tiles that represent the hud. Unless you're trying to do something else?

Re: HUD Drawing

Posted: Wed Sep 30, 2015 1:56 pm
by Stef
orlanrod wrote:How do i make the bottom portion of the screen into a hud area? 24 pixels in height is what i need.

Thanks.
The window feature is exactly here for that :) Just see the window as a fixed part of the plan A with its own tilemap data.

Re: HUD Drawing

Posted: Wed Sep 30, 2015 4:55 pm
by Sik
And beware that tile positions are always relative to the top left of the screen, not the window area. So if you set it to the bottom three rows, that means the first row is 26, not 0. Take this into account before wondering why stuff doesn't show up on screen.