summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/HudDamageAccount.res
diff options
context:
space:
mode:
authorRaysFire <[email protected]>2012-12-10 20:08:22 -0600
committerRaysFire <[email protected]>2012-12-10 20:08:22 -0600
commit3a9cb7447bb27114d7298a68d83d25ec499c1d2d (patch)
tree829f26b7dbe7155f2a16511356c4dad1ad6d5b2f /minmode/resource/ui/HudDamageAccount.res
parentbc682d70ef82b455ec00b4e7820c3942f395733d (diff)
Added in a minmode!
Diffstat (limited to 'minmode/resource/ui/HudDamageAccount.res')
-rw-r--r--minmode/resource/ui/HudDamageAccount.res52
1 files changed, 52 insertions, 0 deletions
diff --git a/minmode/resource/ui/HudDamageAccount.res b/minmode/resource/ui/HudDamageAccount.res
new file mode 100644
index 0000000..40f5372
--- /dev/null
+++ b/minmode/resource/ui/HudDamageAccount.res
@@ -0,0 +1,52 @@
+"Resource/UI/HudDamageAccount.res"
+{
+ "CDamageAccountPanel"
+ {
+ "fieldName" "CDamageAccountPanel"
+ "text_x" "0"
+ "text_y" "0"
+ "PositiveColor" "48 255 48 255"
+ "NegativeColor" "72 255 255 255"
+ "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" "72 255 255 255"
+ "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" "0 0 0 255"
+ "font" "CerbeticaBold20"
+ }
+} \ No newline at end of file