1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-18 21:31:47 +00:00
doghud/resource/ui/disguisestatuspanel_base.res

172 lines
4.3 KiB
Plaintext

"Resource/UI/ItemModelPanel.res"
{
"itemmodelpanel"
{
"ControlName" "CEmbeddedItemModelPanel"
"fieldName" "itemmodelpanel"
"xpos" "0"
"ypos" "0"
"zpos" "1"
"wide" "100"
"tall" "100"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"useparentbg" "1"
"fov" "54"
"start_framed" "1"
"disable_manipulation" "1"
"model"
{
"angles_x" "10"
"angles_y" "130"
"angles_z" "0"
}
}
"DisguiseStatusBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "DisguiseStatusBG"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "140"
"tall" "26"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_brown"
"scaleImage" "1"
"teambg_1" "replay/thumbnails/panels/material_transparent50"
"teambg_2" "replay/thumbnails/panels/material_red_transparent50"
"teambg_3" "replay/thumbnails/panels/material_blue_transparent50"
"src_corner_height" "24"
"src_corner_width" "24"
"draw_corner_width" "8"
"draw_corner_height" "8"
}
"SpectatorGUIHealth"
{
"ControlName" "EditablePanel"
"fieldName" "SpectatorGUIHealth"
"xpos" "-2"
"ypos" "4"
"ypos_minmode" "4"
"wide" "45"
"tall" "30"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "10"
"HealthDeathWarning" "0.49"
"TFFont" "Size 14"
"HealthDeathWarningColor" "HUDDeathWarning"
"TextColor" "HudOffWhite"
"pin_to_sibling" "DisguiseStatusBG"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_LEFT"
}
"DisguiseNameLabel"
{
"ControlName" "Label"
"fieldName" "DisguiseNameLabel"
"font" "Size 10"
"fgcolor_override" "White"
"xpos" "-45"
"ypos" "-4"
"zpos" "2"
"wide" "90"
"tall" "12"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%disguisename%"
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
"alpha" "255"
"pin_to_sibling" "DisguiseStatusBG"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_LEFT"
}
"DisguiseNameLabelShadow"
{
"ControlName" "Label"
"fieldName" "DisguiseNameLabelShadow"
"font" "Size 10 Blur"
"fgcolor_override" "Shadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "90"
"tall" "12"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%disguisename%"
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
"alpha" "255"
"pin_to_sibling" "DisguiseNameLabel"
}
"WeaponNameLabel"
{
"ControlName" "Label"
"fieldName" "WeaponNameLabel"
"font" "Size 9"
"fgcolor_override" "White"
"xpos" "-45"
"ypos" "5"
"zpos" "2"
"wide" "90"
"tall" "12"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%weaponname%"
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
"pin_to_sibling" "DisguiseStatusBG"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_LEFT"
}
"WeaponNameLabelShadow"
{
"ControlName" "Label"
"fieldName" "WeaponNameLabelShadow"
"font" "Size 9 Blur"
"fgcolor_override" "Shadow"
"xpos" "-1"
"ypos" "-1"
"zpos" "1"
"wide" "90"
"tall" "12"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%weaponname%"
"textAlignment" "West"
"dulltext" "0"
"brighttext" "0"
"pin_to_sibling" "WeaponNameLabel"
}
}