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/HudPlayerHealth-cross.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/HudPlayerHealth-cross.res')
| -rw-r--r-- | resource/ui/HudPlayerHealth-cross.res | 39 |
1 files changed, 13 insertions, 26 deletions
diff --git a/resource/ui/HudPlayerHealth-cross.res b/resource/ui/HudPlayerHealth-cross.res index 2a94e5a..b8ba90c 100644 --- a/resource/ui/HudPlayerHealth-cross.res +++ b/resource/ui/HudPlayerHealth-cross.res @@ -14,8 +14,8 @@ "zpos" "2" "wide" "16" "tall" "42" - "wide_minmode" "11" - "tall_minmode" "25" + "wide_minmode" "25" + "tall_minmode" "11" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -33,7 +33,7 @@ } "HPBorderPanel2" { - "ControlName" "CTFImagePanel" + "ControlName" "CTFImagePanel" "fieldName" "HPBackgroundPanel2" "xpos" "51" "ypos" "45" @@ -44,7 +44,7 @@ "tall" "16" "wide_minmode" "25" "tall_minmode" "11" - "autoResize" "0" + "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" @@ -59,16 +59,16 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } - + "HudPlayerHealth" { "ControlName" "EditablePanel" "fieldName" "HudPlayerHealth" "xpos" "c-288" - "ypos" "c45" - "xpos_minmode" "c-238" - "ypos_minmode" "c5" - "xpos_minmode" "32" + "ypos" "c45" + "xpos_minmode" "c-238" + "ypos_minmode" "c5" + "xpos" "32" "zpos_minmode" "2" "wide" "250" "tall" "120" @@ -121,12 +121,12 @@ "xpos" "52" "ypos" "33" "xpos_minmode" "91" - "ypos_minmode" "39" + "ypos_minmode" "39" "zpos" "1" "wide" "40" "tall" "40" "wide_minmode" "25" - "tall_minmode" "25" + "tall_minmode" "25" "visible" "0" "enabled" "1" "image" "../hud/health_over_bg" @@ -223,21 +223,6 @@ "image" "../vgui/marked_for_death" "fgcolor" "TanDark" } - - - - - - - - - - - - - - - "PlayerStatus_MedicUberBulletResistImage" { "ControlName" "ImagePanel" @@ -368,6 +353,8 @@ "zpos" "7" "wide" "31" "tall" "31" + "wide_minmode" "24" + "tall_minmode" "24" "visible" "1" "enabled" "1" "scaleImage" "1" |
