summaryrefslogtreecommitdiff
path: root/resource/ui/HudDamageAccount.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-07-07 13:47:44 -0400
committerCriticalFlaw <[email protected]>2018-07-07 13:47:44 -0400
commit8afb438f9e2e8c60ffd2c195a8f16611235e8617 (patch)
tree2542afba972732b6c0fe294ab801d0c00625d46d /resource/ui/HudDamageAccount.res
parent95fa0ed2ec02248c2138be50f1d01161148ac057 (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.res16
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
+}