wow things are getting frustrating, but look at what i've done.
the wall collisions match the perspective, you can walk in front of walls but not through them.
and health bars, independent of each other.
draw_sprite(sprite_index,image_index,x,y);
draw_healthbar(x - 50, y - 100, x + 50, y - 120, hp/maxhp * 100, c_black, c_red, c_green, 0, true, true);
everything hurts and life is beautiful.
No comments:
Post a Comment