diff options
| author | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
| commit | 46d248b5167f9c8794c3125146952fef08f86bcd (patch) | |
| tree | c3b215d3c6b00085c8cc6e4ace2e5be2b565960c /resource/ui/hudaccountpanel.res | |
| parent | d07450fa8b4632d043c838807cba07eb3db6a209 (diff) | |
Added Hypnotize's Icons
- Updated to Hypnotize's icon pack.
- Updated multiple files, removed unused code.
Diffstat (limited to 'resource/ui/hudaccountpanel.res')
| -rw-r--r-- | resource/ui/hudaccountpanel.res | 144 |
1 files changed, 64 insertions, 80 deletions
diff --git a/resource/ui/hudaccountpanel.res b/resource/ui/hudaccountpanel.res index bf0cc16..7152576 100644 --- a/resource/ui/hudaccountpanel.res +++ b/resource/ui/hudaccountpanel.res @@ -17,103 +17,87 @@ "AccountBG" { - "ControlName" "CTFImagePanel" - "fieldName" "AccountBG" - "xpos" "5" - "ypos" "103" - "zpos" "0" - "wide" "84" - "tall" "42" - "visible" "0" - "enabled" "0" - "image" "../hud/misc_ammo_area_blue" - "scaleImage" "1" - "teambg_2" "../hud/misc_ammo_area_red" - "teambg_3" "../hud/misc_ammo_area_blue" + "ControlName" "CTFImagePanel" + "fieldName" "AccountBG" + "xpos" "9999" } "MetalIcon" { - "ControlName" "CIconPanel" - "fieldName" "MetalIcon" - "xpos" "0" - "ypos" "5" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "TanLight" + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "0" + "ypos" "5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanLight" } "MetalIconShadow" { - "ControlName" "CIconPanel" - "fieldName" "MetalIconShadow" - "xpos" "-2" - "ypos" "-2" - "zpos" "1" - "wide" "10" - "tall" "10" - "visible" "1" - "enabled" "1" - "scaleImage" "1" - "icon" "ico_metal" - "iconColor" "TransparentBlack" - + "ControlName" "CIconPanel" + "fieldName" "MetalIconShadow" + "xpos" "-2" + "ypos" "-2" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TransparentBlack" "pin_to_sibling" "MetalIcon" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" } "AccountValue" { - "ControlName" "CExLabel" - "fieldName" "AccountValue" - "xpos" "5" - "ypos" "0" - "zpos" "2" - "wide" "50" - "tall" "20" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%metal%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "HudFontMedium" - "font_minmode" "HudFontMediumSecondary" + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "50" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "HudFontMedium" + "font_minmode" "HudFontMediumSecondary" } "AccountValueShadow" { - "ControlName" "CExLabel" - "fieldName" "AccountValueShadow" - "xpos" "-2" - "ypos" "-2" - "zpos" "2" - "wide" "50" - "tall" "20" - "autoResize" "1" - "pinCorner" "2" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "%metal%" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - "font" "HudFontMedium" - "font_minmode" "HudFontMediumSecondary" - "fgcolor" "TransparentBlack" - + "ControlName" "CExLabel" + "fieldName" "AccountValueShadow" + "xpos" "-2" + "ypos" "-2" + "zpos" "2" + "wide" "50" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "HudFontMedium" + "font_minmode" "HudFontMediumSecondary" + "fgcolor" "TransparentBlack" "pin_to_sibling" "AccountValue" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" } }
\ No newline at end of file |
