seta hud_bg_border 10 "sets the default border size for the panels"
seta hud_fg_alpha 1 "alpha of the foreground"
+seta hud_dock 0 "overlay the whole screen with this dock background, 0 = disable"
+seta hud_dock_color "0 0.7 0.8" "dock color"
+seta hud_dock_alpha 0.8 "alpha of the dock"
+
seta sbar_info_pos 50
seta hud_hudselector 1 "0 = health/armor positions flipped, 1 = default hud layout, 2 = combined health and armor display"
hud_fontsize = HUD_GetFontsize("hud_fontsize");
hud_fontsize_spec = HUD_GetFontsize("hud_fontsize_spec");
+ if(cvar_string("hud_dock") != "0")
+ drawpic('0 0 0', strcat("gfx/hud/", cvar_string("hud_dock")), eX * vid_conwidth + eY * vid_conheight, stov(cvar_string("hud_dock_color")), cvar("hud_dock_alpha"), DRAWFLAG_NORMAL);
+
if(HUD_Panel_CheckActive(0))
HUD_WeaponIcons();
if(HUD_Panel_CheckActive(1))