diff options
Diffstat (limited to 'minmode/resource/ui/HudDamageAccount.res')
| -rw-r--r-- | minmode/resource/ui/HudDamageAccount.res | 52 |
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 |
