summaryrefslogtreecommitdiff
path: root/customizations/player_health
diff options
context:
space:
mode:
authorIgor <[email protected]>2020-08-07 20:52:22 -0400
committerGitHub <[email protected]>2020-08-07 20:52:22 -0400
commitc8ba1648bd2752ba647b09f164739a7c5ff83734 (patch)
tree00124ff378826238f3338b3e4966ad1950c965e2 /customizations/player_health
parent21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff)
parente391ac81598292127c356fcb6adbd83db72c5888 (diff)
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'customizations/player_health')
-rw-r--r--customizations/player_health/hudplayerhealth-broesel.res14
-rw-r--r--customizations/player_health/hudplayerhealth-cross.res8
-rw-r--r--customizations/player_health/hudplayerhealth.res34
3 files changed, 46 insertions, 10 deletions
diff --git a/customizations/player_health/hudplayerhealth-broesel.res b/customizations/player_health/hudplayerhealth-broesel.res
index ec1ed8c..6351d22 100644
--- a/customizations/player_health/hudplayerhealth-broesel.res
+++ b/customizations/player_health/hudplayerhealth-broesel.res
@@ -100,14 +100,14 @@
{
"xpos" "-18"
"ypos" "12"
- "font" "CerbeticaBold24"
- "font_minmode" "CerbeticaBold24"
+ "font" "Cerbetica24"
+ "font_minmode" "Cerbetica24"
}
"PlayerStatusHealthValueShadow"
{
- "font" "CerbeticaBold24"
- "font_minmode" "CerbeticaBold24"
+ "font" "Cerbetica24"
+ "font_minmode" "Cerbetica24"
}
"PlayerStatusAnchor"
@@ -291,6 +291,12 @@
"tall" "32"
}
+ "PlayerStatusHookBleedImage"
+ {
+ "wide" "32"
+ "tall" "32"
+ }
+
"PlayerStatusSlowed"
{
"wide" "32"
diff --git a/customizations/player_health/hudplayerhealth-cross.res b/customizations/player_health/hudplayerhealth-cross.res
index 3dfb351..2febbec 100644
--- a/customizations/player_health/hudplayerhealth-cross.res
+++ b/customizations/player_health/hudplayerhealth-cross.res
@@ -353,4 +353,12 @@
"wide_minmode" "24"
"tall_minmode" "24"
}
+
+ "PlayerStatusHookBleedImage"
+ {
+ "wide" "32"
+ "tall" "32"
+ "wide_minmode" "24"
+ "tall_minmode" "24"
+ }
} \ No newline at end of file
diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res
index 8d24e6b..b514365 100644
--- a/customizations/player_health/hudplayerhealth.res
+++ b/customizations/player_health/hudplayerhealth.res
@@ -77,8 +77,8 @@
"enabled" "1"
"labelText" "%Health%"
"textAlignment" "center"
- "font" "CerbeticaBold56"
- "font_minmode" "CerbeticaBold32"
+ "font" "Cerbetica56"
+ "font_minmode" "Cerbetica32"
"fgcolor" "Health Normal"
}
@@ -95,8 +95,8 @@
"enabled" "1"
"labelText" "%Health%"
"textAlignment" "center"
- "font" "CerbeticaBold56"
- "font_minmode" "CerbeticaBold32"
+ "font" "Cerbetica56"
+ "font_minmode" "Cerbetica32"
"fgcolor" "0 0 0 200"
"pin_to_sibling" "PlayerStatusHealthValue"
@@ -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