summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/HudDamageAccount.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2017-02-18 14:01:42 -0700
committerCriticalFlaw <[email protected]>2017-02-18 14:01:42 -0700
commit9af5265fb62d3a398409b1be4a058d7762a2c380 (patch)
tree6f68667941e4182f6c9c6a8f7ff9619dc868ec2a /minmode/resource/ui/HudDamageAccount.res
parent54dab300d1715a4fed8488a5b43d80c30e717597 (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 'minmode/resource/ui/HudDamageAccount.res')
-rw-r--r--minmode/resource/ui/HudDamageAccount.res52
1 files changed, 0 insertions, 52 deletions
diff --git a/minmode/resource/ui/HudDamageAccount.res b/minmode/resource/ui/HudDamageAccount.res
deleted file mode 100644
index 2cbb015..0000000
--- a/minmode/resource/ui/HudDamageAccount.res
+++ /dev/null
@@ -1,52 +0,0 @@
-"Resource/UI/HudDamageAccount.res"
-{
- "CDamageAccountPanel"
- {
- "fieldName" "CDamageAccountPanel"
- "text_x" "0"
- "text_y" "0"
- "PositiveColor" "Heal Numbers"
- "NegativeColor" "Damage Numbers"
- "delta_item_x" "0"
- "delta_item_end_y" "0"
- "delta_lifetime" "2"
- "delta_item_font" "CerbeticaBoldOutline24"
- "delta_item_font_big" "CerbeticaBoldOutline24"
- "outline" "1"
-
- }
-
- "DamageAccountValue"
- {
- "ControlName" "CExLabel"
- "fieldName" "DamageAccountValue"
- "xpos" "c-138"
- "ypos" "263"
- "zpos" "2"
- "wide" "100"
- "tall" "26"
- "visible" "1"
- "enabled" "1"
- "labelText" "%metal%"
- "textAlignment" "center"
- "fgcolor" "Last DamageHeal Info"
- "font" "CerbeticaBold20"
- }
-
- "DamageAccountValueBG"
- {
- "ControlName" "CExLabel"
- "fieldName" "DamageAccountValue"
- "xpos" "c-137"
- "ypos" "264"
- "zpos" "1"
- "wide" "100"
- "tall" "26"
- "visible" "1"
- "enabled" "1"
- "labelText" "%metal%"
- "textAlignment" "center"
- "fgcolor" "TransparentBlack"
- "font" "CerbeticaBold20"
- }
-}