completeborder true;
Resolution 800, 600; 
height 1;
monospacefonts true, "0";

#include "Bars/p_upgrades.txt"
#include "Bars/standard.txt"
#include "Bars/fullscreen.txt"

statusbar inventory // Standard bar overlay (ZDoom Addition)
{
	inInventory Not SamuTInv_HideSBAR{
    drawinventorybar Doom, 7, VerVibes, 300, 500;
	}
}

statusbar inventoryfullscreen // ZDoom HUD overlay.
{
	inInventory Not SamuTInv_HideSBAR{
    drawinventorybar Doom, translucent, 7, INDEXFONT, 400, 200;
	}
}