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 /resource/ui/winpanel.res | |
| parent | efba2d7f8d7c68205331fcc3accad683649faed8 (diff) | |
Font Update
- Converted Cerbetica fonts from TTF to OTF
- Removed unused font definitions to reduce loading times
Diffstat (limited to 'resource/ui/winpanel.res')
| -rw-r--r-- | resource/ui/winpanel.res | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index e9314a6..3eb76e8 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -46,7 +46,7 @@ { "ControlName" "CExLabel" "fieldName" "BlueTeamLabel" - "font" "Cerbetica24" + "font" "HudFontMedium" "labelText" "%blueteamname%" "textAlignment" "west" "xpos" "4" @@ -64,7 +64,7 @@ { "ControlName" "CExLabel" "fieldName" "BlueTeamScore" - "font" "CerbeticaBold40" + "font" "Cerbetica40" "labelText" "%blueteamscore%" "textAlignment" "east" "xpos" "15" @@ -81,7 +81,7 @@ { "ControlName" "CExLabel" "fieldName" "BlueTeamScoreDropshadow" - "font" "CerbeticaBold40" + "font" "Cerbetica40" "fgcolor" "TransparentBlack" "labelText" "%blueteamscore%" "textAlignment" "east" @@ -120,7 +120,7 @@ { "ControlName" "CExLabel" "fieldName" "RedTeamLabel" - "font" "Cerbetica24" + "font" "HudFontMedium" "labelText" "%redteamname%" "textAlignment" "east" "xpos" "122" @@ -138,7 +138,7 @@ { "ControlName" "CExLabel" "fieldName" "RedTeamScore" - "font" "CerbeticaBold40" + "font" "Cerbetica40" "labelText" "%redteamscore%" "textAlignment" "west" "xpos" "105" @@ -155,7 +155,7 @@ { "ControlName" "CExLabel" "fieldName" "RedTeamScoreDropshadow" - "font" "CerbeticaBold40" + "font" "Cerbetica40" "fgcolor" "TransparentBlack" "labelText" "%redteamscore%" "textAlignment" "west" @@ -225,7 +225,7 @@ { "ControlName" "CExLabel" "fieldName" "WinningTeamLabel" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "xpos" "10" "ypos" "54" "zpos" "1" @@ -244,7 +244,7 @@ { "ControlName" "CExLabel" "fieldName" "WinningTeamLabelDropshadow" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "fgcolor" "TransparentBlack" "xpos" "-1" "ypos" "-1" @@ -268,7 +268,7 @@ { "ControlName" "CExLabel" "fieldName" "AdvancingTeamLabel" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "xpos" "10" "ypos" "59" "zpos" "1" @@ -287,7 +287,7 @@ { "ControlName" "CExLabel" "fieldName" "AdvancingTeamLabelDropshadow" - "font" "CerbeticaBold20" + "font" "Cerbetica20" "fgcolor" "TransparentBlack" "xpos" "-1" "ypos" "-1" |
