diff options
| author | CriticalFlaw <[email protected]> | 2018-07-07 13:47:44 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-07 13:47:44 -0400 |
| commit | 8afb438f9e2e8c60ffd2c195a8f16611235e8617 (patch) | |
| tree | 2542afba972732b6c0fe294ab801d0c00625d46d /resource/ui/HudDamageAccount.res | |
| parent | 95fa0ed2ec02248c2138be50f1d01161148ac057 (diff) | |
Installer Changes
- Fixed shadow pins on damage values and killstreak counter
- Updated hudanimations missing crosshair damage pulses
Diffstat (limited to 'resource/ui/HudDamageAccount.res')
| -rw-r--r-- | resource/ui/HudDamageAccount.res | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/resource/ui/HudDamageAccount.res b/resource/ui/HudDamageAccount.res index 4bb5cb1..d7e1042 100644 --- a/resource/ui/HudDamageAccount.res +++ b/resource/ui/HudDamageAccount.res @@ -35,14 +35,12 @@ "font_minmode" "CerbeticaBold20" } - "DamageAccountValueBG" + "DamageAccountValueShadow" { "ControlName" "CExLabel" - "fieldName" "DamageAccountValue" - "xpos" "c-187" - "ypos" "289" - "xpos_minmode" "c-137" - "ypos_minmode" "264" + "fieldName" "DamageAccountValueShadow" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "100" "tall" "26" @@ -53,5 +51,9 @@ "fgcolor" "TransparentBlack" "font" "CerbeticaBold32" "font_minmode" "CerbeticaBold20" + + "pin_to_sibling" "DamageAccountValue" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } -}
\ No newline at end of file +} |
