diff options
| author | CriticalFlaw <[email protected]> | 2017-06-03 18:02:03 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-06-03 18:02:03 -0400 |
| commit | 38f9edfda6dc72cf0cbd35017bbf2e2a6ef21513 (patch) | |
| tree | f602fe1010e04fd0bf7682485b356f6f40e47be7 | |
| parent | e2028acd7ce879c1ad44059f353941125f6ed68c (diff) | |
Fixed Player Status not displaying
| -rw-r--r-- | resource/ui/HudPlayerHealth.res | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/resource/ui/HudPlayerHealth.res b/resource/ui/HudPlayerHealth.res index 6f80fc1..75d8da6 100644 --- a/resource/ui/HudPlayerHealth.res +++ b/resource/ui/HudPlayerHealth.res @@ -9,8 +9,6 @@ "ypos" "c45" "xpos_minmode" "c-238" "ypos_minmode" "c5" - "xpos" "32" - "zpos" "2" "wide" "250" "tall" "120" "visible" "1" @@ -23,30 +21,30 @@ { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImage" - "xpos" "9999" //"c-262" // HB xpos - "ypos" "r77" // HB ypo + "xpos" "80" + "xpos_minmode" "100" + "ypos" "0" "zpos" "4" - "wide" "40" // HB size - "tall" "40" // HB size - "visible" "0" // HB enabled - "enabled" "0" // HB enabled - "scaleImage" "1" - } - + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "alpha" "0" + } "PlayerStatusHealthImageBG" { "ControlName" "ImagePanel" "fieldName" "PlayerStatusHealthImageBG" - "xpos" "c-264" // HB bg xpos - "ypos" "r79" // HB bg ypos + "xpos" "9999" + "ypos" "9999" "zpos" "3" - "wide" "44" // HB bg size - "tall" "44"// HB bg size - "visible" "0" // HB enabled - "enabled" "0" // HB enabled - "Alpha" "0" // HB enabled + "wide" "55" + "tall" "55" + "visible" "1" + "enabled" "1" "image" "../hud/health_bg" - "scaleImage" "1" + "scaleImage" "1" } "PlayerStatusHealthBonusImage" { |
