summaryrefslogtreecommitdiff
path: root/customizations/player_health/hudplayerhealth.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-08-05 22:37:29 -0400
committerCriticalFlaw <[email protected]>2020-08-05 22:37:29 -0400
commit736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 (patch)
tree81ed82a4046e243eb0ea54d5af1b8a4760726bfb /customizations/player_health/hudplayerhealth.res
parentced4c955b2a5ae691226f47efd0b0f6965ed0415 (diff)
Visual Tweaks, Bug Fixes (see notes)
- Added the missing player effect and health cluster icons - Visual tweaks to the scoreboard, team/class select, freezecam, item test - Updated the main menu to use the new Player Mute menu - Fixed the Overtime label overlapping with the server time limit - Removed unused font definitions
Diffstat (limited to 'customizations/player_health/hudplayerhealth.res')
-rw-r--r--customizations/player_health/hudplayerhealth.res20
1 files changed, 20 insertions, 0 deletions
diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res
index 8d24e6b..5052519 100644
--- a/customizations/player_health/hudplayerhealth.res
+++ b/customizations/player_health/hudplayerhealth.res
@@ -441,6 +441,7 @@
"visible" "1"
"enabled" "1"
"scaleImage" "1"
+ "image" ""
"fgcolor" "117 107 94 255"
"pin_to_sibling" "PlayerStatusAnchor"
"pin_corner_to_sibling" "1"
@@ -693,4 +694,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