Fullscreen HUD problem
Posted: Thu May 22, 2008 0:36
I'm designing a F.E.A.R HUD and all the graphics and stuff are already figured out, but I'm having 2 issues. 1. The HUD graphics will not align correctly. 2. The graphics will not become transparent(though it might be the fact that they are PNG files). The image, and SBARINFO code are below.

I know it's not defining anything yet, I'm just trying to get the images aligned.
EDIT: I'm basing the HUD on a 320x200 grid.

Code: Select all
statusbar fullscreen
{
drawimage "HLTHA0", 20, 177;
drawimage "ARMRA0", 301, 177;
drawimage "MDKITA0", 109, 177;
drawimage "NADESA0", 175, 177;
}
I know it's not defining anything yet, I'm just trying to get the images aligned.
EDIT: I'm basing the HUD on a 320x200 grid.