megaman style lifebar

DD Tokki

Well-known member
MYMOD - 0000.png

I've seen vertical lifebars in Castlevania openbor games. I want to implement it in the Mega Man game I am making now, but I would like to know the method or script.
 
Here is how you set the orientaion of your lifebar ;)
lbarsize {w} {h} {noborder} {type} {orientation} {border} {shadow} {graph} {backfill}
{orientation} is a flag that sets lifebar’s orientation.
0 (default) = horizontal orientation. Lifebar is filled from left to right in this mode.
1 = vertical orientation. Lifebar is filled from down to up in this mode.
 
Back
Top Bottom