diff options
| author | CriticalFlaw <[email protected]> | 2020-08-05 22:53:52 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-05 22:53:52 -0400 |
| commit | 96b32ce81e0545639d423805b6b854b22b7709bb (patch) | |
| tree | 6db3e494c48284e673c18f725a0d6960f93b5c43 /resource/ui | |
| parent | 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 (diff) | |
Added Shadow to Ubercharge Percentage
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/hudmediccharge.res | 47 |
1 files changed, 39 insertions, 8 deletions
diff --git a/resource/ui/hudmediccharge.res b/resource/ui/hudmediccharge.res index e08076c..678e2f5 100644 --- a/resource/ui/hudmediccharge.res +++ b/resource/ui/hudmediccharge.res @@ -37,11 +37,38 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "CerbeticaBoldOutline56" - "font_minmode" "CerbeticaBoldOutline32" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" "fgcolor" "Ammo In Clip" } + "ChargeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabelShadow" + "xpos" "-2" + "ypos" "-2" + "zpos" "1" + "wide" "120" + "tall" "72" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "ChargeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "IndividualChargesLabel" { "ControlName" "CExLabel" @@ -236,14 +263,17 @@ { "ControlName" "EditablePanel" "fieldName" "ResistIconAnchor" - "xpos" "160" - "ypos" "57" + "xpos" "180" + "ypos" "45" "xpos_minmode" "136" "ypos_minmode" "18" - "wide" "45" - "tall" "45" + "zpos" "2" + "wide" "55" + "tall" "50" "visible" "1" "enabled" "1" + "bgcolor_override" "25 25 25 255" + "PaintBackgroundType" "2" } "ResistIcon" @@ -252,8 +282,9 @@ "fieldName" "ResistIcon" "xpos" "0" "ypos" "0" - "wide" "25" - "tall" "25" + "zpos" "3" + "wide" "50" + "tall" "50" "visible" "1" "enabled" "1" "image" "../HUD/defense_buff_bullet_blue" |
