diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
| commit | 74d7e98a6b1f2445c6391e26e846da57c4d7240b (patch) | |
| tree | 77771d0fbc9c45de2f956996d3fe999ccf4e15a4 /resource/ui/hudmatchstatus.res | |
| parent | 33cd7777d61950151adde3fde787d7e84709717b (diff) | |
Corrected redundant font use
Diffstat (limited to 'resource/ui/hudmatchstatus.res')
| -rw-r--r-- | resource/ui/hudmatchstatus.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index af79cc1..64c01e8 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -164,7 +164,7 @@ { "ControlName" "CExLabel" "fieldName" "RankUpLabel" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "xpos" "cs-0.5" "ypos" "80" "wide" "600" @@ -187,7 +187,7 @@ { "ControlName" "CExLabel" "fieldName" "RankUpShadowLabel" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "xpos" "cs-0.5+2" "ypos" "80+2" "wide" "600" @@ -412,7 +412,7 @@ { "ControlName" "CExLabel" "fieldName" "respawntime" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "xpos" "cs-0.5" "ypos" "0" "zpos" "5" |
