diff options
Diffstat (limited to 'customizations/player_health/hudplayerhealth.res')
| -rw-r--r-- | customizations/player_health/hudplayerhealth.res | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res index 8d24e6b..feaab02 100644 --- a/customizations/player_health/hudplayerhealth.res +++ b/customizations/player_health/hudplayerhealth.res @@ -118,8 +118,10 @@ { "ControlName" "EditablePanel" "fieldName" "PlayerStatusAnchor" - "xpos" "0" - "ypos" "10" + "xpos" "10" + "ypos" "5" + "xpos_minmode" "5" + "ypos_minmode" "15" "wide" "23" "tall" "23" "visible" "1" @@ -441,6 +443,7 @@ "visible" "1" "enabled" "1" "scaleImage" "1" + "image" "" "fgcolor" "117 107 94 255" "pin_to_sibling" "PlayerStatusAnchor" "pin_corner_to_sibling" "1" @@ -693,4 +696,23 @@ "pin_corner_to_sibling" "1" "pin_to_sibling_corner" "1" } + + "PlayerStatusHookBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHookBleedImage" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop_grapple" + "fgcolor" "117 107 94 255" + "pin_to_sibling" "PlayerStatusAnchor" + "pin_corner_to_sibling" "1" + "pin_to_sibling_corner" "1" + } }
\ No newline at end of file |
