For my lite_c library I have a part about healhtbars.
I use this for a vertical healthbar

Code:
BMAP* hb_map = "health.png";
PANEL* hb_pan = 
{
vbar = 836, 55, 255,hb_map, 1, health;
layer = 5;
flags =  SHOW;

}




The healhbar goes down in the wrong direction from bottom to top
how to make it work from top to bottom ? Do i somehow need to rotate the healthbar laugh

Many thanks


Find all my tutorials & Workshops at : www.rp-interactive.nl

Creativity starts in the brain