diff options
| author | CriticalFlaw <[email protected]> | 2018-07-25 22:46:50 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-25 22:46:50 -0400 |
| commit | 7844231015b697b2fdb42366432c3704d916114b (patch) | |
| tree | 172cc478e7d92680c10b9257cbeab0c53a9315b6 /resource/ui/HudDemomanPipes.res | |
| parent | 6c5c7848144800ab78de2fcf076d681210418975 (diff) | |
Item Effect Meters Overhaul
Updated all item effect meters to display their label to side of the bar
Diffstat (limited to 'resource/ui/HudDemomanPipes.res')
| -rw-r--r-- | resource/ui/HudDemomanPipes.res | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resource/ui/HudDemomanPipes.res b/resource/ui/HudDemomanPipes.res index f9888d9..a370ff8 100644 --- a/resource/ui/HudDemomanPipes.res +++ b/resource/ui/HudDemomanPipes.res @@ -24,24 +24,24 @@ { "ControlName" "CExLabel" "fieldName" "ChargeLabel" - "xpos" "0" + "xpos" "125" "ypos" "c-142" "xpos_minmode" "9999" "ypos_minmode" "9999" - "zpos" "2" - "wide" "150" + "zpos" "3" + "wide" "80" "tall" "8" "autoResize" "1" "pinCorner" "2" "visible" "1" "enabled" "1" "tabPosition" "0" - "labelText" "#TF_Charge" - "textAlignment" "center" + "labelText" "SHIELD" + "textAlignment" "west" "dulltext" "0" "brighttext" "0" - "font" "Cerbetica12" - "fgcolor_override" "150 150 150 255" + "font" "Cerbetica10" + "fgcolor_override" "White" } "ChargeMeter" @@ -54,7 +54,7 @@ "xpos_minmode" "15" "ypos_minmode" "35" "zpos" "1" - "wide" "150" + "wide" "120" "tall" "8" "wide_minmode" "120" "tall_minmode" "5" @@ -72,7 +72,7 @@ "ControlName" "EditablePanel" "fieldName" "PipesPresentPanel" "xpos" "24" - "ypos" "75" + "ypos" "53" "ypos_minmode" "0" "zpos" "1" "wide" "100" |
