/* --- DOOM 64 HUD ---------------------------------------------------------- */

Height 0;
Resolution 320, 200;

StatusBar Normal, ForceScaled, 0.55
{
	InInventory "IsPlaying"
	{
		DrawNumber 3, BIGFONT, Red, Health, Alignment(center), 24, 180;
		DrawImage "HUDHEAL", 25, 175, center;
		
		DrawNumber 3, BIGFONT, Red, Armor, Alignment(center), 296, 180;
		DrawImage "HUDARMR", 296, 175, center;
		
		DrawNumber 3, BIGFONT, Red, Ammo1, Alignment(center), 160, 180;
		
		DrawSwitchableImage KeySlot 2, "NULL", "STKEYS0", 60, 172; // Blue card
		DrawSwitchableImage KeySlot 3, "NULL", "STKEYS1", 70, 172; // Yellow card
		DrawSwitchableImage KeySlot 1, "NULL", "STKEYS2", 80, 172; // Red card
		DrawSwitchableImage KeySlot 5, "NULL", "STKEYS3", 60, 183; // Blue skull
		DrawSwitchableImage KeySlot 6, "NULL", "STKEYS4", 70, 183; // Yellow skull
		DrawSwitchableImage KeySlot 4, "NULL", "STKEYS5", 80, 183; // Red skull
	}
}

StatusBar FullScreen, ForceScaled, 0.55
{
	InInventory "IsPlaying"
	{
		DrawNumber 3, BIGFONT, Red, Health, Alignment(center), 24, 180;
		DrawImage "HUDHEAL", 25, 175, center;
		
		DrawNumber 3, BIGFONT, Red, Armor, Alignment(center), 296, 180;
		DrawImage "HUDARMR", 296, 175, center;
		
		DrawNumber 3, BIGFONT, Red, Ammo1, Alignment(center), 160, 180;
		
		DrawSwitchableImage KeySlot 2, "NULL", "STKEYS0", 60, 172; // Blue card
		DrawSwitchableImage KeySlot 3, "NULL", "STKEYS1", 70, 172; // Yellow card
		DrawSwitchableImage KeySlot 1, "NULL", "STKEYS2", 80, 172; // Red card
		DrawSwitchableImage KeySlot 5, "NULL", "STKEYS3", 60, 183; // Blue skull
		DrawSwitchableImage KeySlot 6, "NULL", "STKEYS4", 70, 183; // Yellow skull
		DrawSwitchableImage KeySlot 4, "NULL", "STKEYS5", 80, 183; // Red skull
	}
}

StatusBar AutoMap, ForceScaled, 0.60
{
	InInventory "IsPlaying"
	{
		InInventory "UnmakerUpgrade1Icon", 1
		{
			DrawImage "ART1HUD", 40, 20, center;
		}
		InInventory "UnmakerUpgrade2Icon", 1
		{
			DrawImage "ART2HUD", 70, 20, center;
		}
		InInventory "UnmakerUpgrade3Icon", 1
		{
			DrawImage "ART3HUD", 100, 20, center;
		}
		InInventory "RaidenUpgrade1Icon", 1
		{
			DrawImage "ART4HUD", 130, 20, center;
		}
		InInventory "RaidenUpgrade2Icon", 1
		{
			DrawImage "ART5HUD", 160, 20, center;
		}
		InInventory "RaidenUpgrade3Icon", 1
		{
			DrawImage "ART6HUD", 190, 20, center;
		}
	}
}
