diff options
| author | CriticalFlaw <[email protected]> | 2017-03-15 21:11:36 -0600 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-03-15 21:11:36 -0600 |
| commit | 92a9a0412f732fea15002c6293a621a263a4901f (patch) | |
| tree | 4787bc2d11c5744422bab162c607804055d5019e /resource/ui/HudAccountPanel.res | |
| parent | 4623d07f102a25f161f2fc9f2e52474ae1f55613 (diff) | |
Fixed several minmode issues
- Fixed Engineer's metal counter
- Fixed Health pickup values
- Fixed optional health-crosses missing minmode code
Diffstat (limited to 'resource/ui/HudAccountPanel.res')
| -rw-r--r-- | resource/ui/HudAccountPanel.res | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/resource/ui/HudAccountPanel.res b/resource/ui/HudAccountPanel.res index af56dc0..4796d1b 100644 --- a/resource/ui/HudAccountPanel.res +++ b/resource/ui/HudAccountPanel.res @@ -5,20 +5,26 @@ "delta_item_x" "12" "delta_item_start_y" "130" "delta_item_end_y" "150" + "delta_item_start_y_minmode" "75" + "delta_item_end_y_minmode" "105" "PositiveColor" "0 255 0 255" "NegativeColor" "255 0 0 255" "delta_lifetime" "1.5" "delta_item_font" "Cerbetica20" + "delta_item_font_minmode" "Cerbetica16" } - "CHudAccountPanelOutline" + "CHudAccountPanelOutline" { "delta_item_x" "0" "delta_item_start_y" "120" "delta_item_end_y" "150" + "delta_item_start_y_minmode" "75" + "delta_item_end_y_minmode" "105" "PositiveColor" "0 255 0 255" "NegativeColor" "255 0 0 255" "delta_lifetime" "1.5" "delta_item_font" "Cerbetica20" + "delta_item_font_minmode" "Cerbetica16" } "AccountBG" @@ -46,6 +52,7 @@ "fieldName" "MetalIcon" "xpos" "0" "ypos" "120" + "ypos_minmode" "70" "zpos" "1" "wide" "10" "tall" "10" @@ -61,6 +68,7 @@ "fieldName" "MetalIconBackground" "xpos" "1" "ypos" "121" + "ypos_minmode" "71" "zpos" "1" "wide" "10" "tall" "10" @@ -77,6 +85,7 @@ "fieldName" "AccountValue" "xpos" "1" "ypos" "112" + "ypos_minmode" "62" "zpos" "2" "wide" "55" "tall" "26" @@ -90,6 +99,7 @@ "dulltext" "0" "brighttext" "0" "font" "Cerbetica24" + "font_minmode" "Cerbetica20" } "AccountValueBackground" { @@ -97,6 +107,7 @@ "fieldName" "AccountValueBackgorund" "xpos" "2" "ypos" "113" + "ypos_minmode" "63" "zpos" "2" "wide" "55" "tall" "26" @@ -110,6 +121,7 @@ "dulltext" "0" "brighttext" "0" "font" "Cerbetica24" + "font_minmode" "Cerbetica20" "fgcolor" "TransparentBlack" } }
\ No newline at end of file |
