diff options
| author | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-02-18 14:01:42 -0700 |
| commit | 9af5265fb62d3a398409b1be4a058d7762a2c380 (patch) | |
| tree | 6f68667941e4182f6c9c6a8f7ff9619dc868ec2a /resource/ui/HudDamageAccount.res | |
| parent | 54dab300d1715a4fed8488a5b43d80c30e717597 (diff) | |
Minmode Reimplementation
- Added "_minmode" variables to files that use them
- Removed minmode folder and files
- Minmode can now be activated without needing to copy files over
Diffstat (limited to 'resource/ui/HudDamageAccount.res')
| -rw-r--r-- | resource/ui/HudDamageAccount.res | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resource/ui/HudDamageAccount.res b/resource/ui/HudDamageAccount.res index a937ff0..263e64b 100644 --- a/resource/ui/HudDamageAccount.res +++ b/resource/ui/HudDamageAccount.res @@ -22,6 +22,8 @@ "fieldName" "DamageAccountValue" "xpos" "c-188" "ypos" "288" + "xpos_minmode" "c-138" + "ypos_minmode" "263" "zpos" "2" "wide" "100" "tall" "26" @@ -31,6 +33,7 @@ "textAlignment" "center" "fgcolor" "Last DamageHeal Info" "font" "CerbeticaBold32" + "font_minmode" "CerbeticaBold20" } "DamageAccountValueBG" @@ -39,6 +42,8 @@ "fieldName" "DamageAccountValue" "xpos" "c-187" "ypos" "289" + "xpos_minmode" "c-137" + "ypos_minmode" "264" "zpos" "1" "wide" "100" "tall" "26" @@ -48,5 +53,6 @@ "textAlignment" "center" "fgcolor" "TransparentBlack" "font" "CerbeticaBold32" + "font_minmode" "CerbeticaBold20" } }
\ No newline at end of file |
