by Whoo » 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.
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.
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.
[url=http://img247.imageshack.us/my.php?image=doom0000bf3.png][img]http://img247.imageshack.us/img247/7406/doom0000bf3.th.png[/img][/url]
[code]statusbar fullscreen
{
drawimage "HLTHA0", 20, 177;
drawimage "ARMRA0", 301, 177;
drawimage "MDKITA0", 109, 177;
drawimage "NADESA0", 175, 177;
}[/code]
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.