diff options
| author | CriticalFlaw <[email protected]> | 2020-08-07 20:38:01 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-07 20:38:01 -0400 |
| commit | e391ac81598292127c356fcb6adbd83db72c5888 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /customizations/player_health | |
| parent | efba2d7f8d7c68205331fcc3accad683649faed8 (diff) | |
Font Update
- Converted Cerbetica fonts from TTF to OTF
- Removed unused font definitions to reduce loading times
Diffstat (limited to 'customizations/player_health')
| -rw-r--r-- | customizations/player_health/hudplayerhealth-broesel.res | 8 | ||||
| -rw-r--r-- | customizations/player_health/hudplayerhealth.res | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/customizations/player_health/hudplayerhealth-broesel.res b/customizations/player_health/hudplayerhealth-broesel.res index a75d672..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" diff --git a/customizations/player_health/hudplayerhealth.res b/customizations/player_health/hudplayerhealth.res index feaab02..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" |
