diff options
| author | CriticalFlaw <[email protected]> | 2017-12-07 22:39:55 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-07 22:39:55 -0500 |
| commit | d93f059554d5b4b14bff69dd4b0f5126f7e222a1 (patch) | |
| tree | e0a11aed3e0bc4b5ae2f0f08a3fcb9450a3a2bbd | |
| parent | a2ad3da3c389b4b13223a582c6b530d2a007b719 (diff) | |
20171207 - Removed Unused Fonts
| -rw-r--r-- | customizations/4;3 Ratio/SpectatorTournament.res | 2 | ||||
| -rw-r--r-- | resource/ClientScheme.res | 23 | ||||
| -rw-r--r-- | resource/fonts/Blocks.ttf | bin | 2348 -> 0 bytes | |||
| -rw-r--r-- | resource/fonts/heydings_icons.ttf | bin | 12236 -> 0 bytes | |||
| -rw-r--r-- | resource/scheme/clientscheme_fonts.res | 35 | ||||
| -rw-r--r-- | resource/ui/HudMedicCharge.res | 6 | ||||
| -rw-r--r-- | resource/ui/SpectatorTournament.res | 4 |
7 files changed, 12 insertions, 58 deletions
diff --git a/customizations/4;3 Ratio/SpectatorTournament.res b/customizations/4;3 Ratio/SpectatorTournament.res index 10edb8d..3755013 100644 --- a/customizations/4;3 Ratio/SpectatorTournament.res +++ b/customizations/4;3 Ratio/SpectatorTournament.res @@ -295,7 +295,7 @@ { "ControlName" "CExLabel" "fieldName" "healthcover" - "font" "Blocks48" + "font" "Cerbetica12" "xpos" "0" "ypos" "1" "zpos" "5" diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index be95a20..c6c92b4 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -35,44 +35,33 @@ Scheme "font" "resource/fonts/Cerbetica.ttf" "name" "Cerbetica" } - "8" // Tournament HUD block - { - - "font" "resource/fonts/Blocks.ttf" - "name" "Blocks" - } - "9" // Fog's xHairs + "8" // Fog's xHairs { "font" "resource/fonts/crosshairs.ttf" "name" "Crosshairs" } - "10" // Thin Cross + "9" // Thin Cross { "font" "resource/fonts/Symbol.ttf" "name" "Symbol" } - "11" // Konr Wings + "10" // Konr Wings { "font" "resource/fonts/Garm3nFont.ttf" "name" "Garm3nFont" } - "12" + "11" { "font" "resource/fonts/Cerbetica_edited.ttf" "name" "Cerbetica_edited" } - "13" + "12" { "font" "resource/fonts/Cerbetica_bold.ttf" "name" "Cerbetica Bold" } - "14" - { - "font" "resource/fonts/heydings_icons.ttf" - "name" "Heydings Icons" - } - "15" + "13" { "font" "resource/fonts/KnucklesCrosses.ttf" "name" "KnucklesCrosses" diff --git a/resource/fonts/Blocks.ttf b/resource/fonts/Blocks.ttf Binary files differdeleted file mode 100644 index 32154ec..0000000 --- a/resource/fonts/Blocks.ttf +++ /dev/null diff --git a/resource/fonts/heydings_icons.ttf b/resource/fonts/heydings_icons.ttf Binary files differdeleted file mode 100644 index 41d81b8..0000000 --- a/resource/fonts/heydings_icons.ttf +++ /dev/null diff --git a/resource/scheme/clientscheme_fonts.res b/resource/scheme/clientscheme_fonts.res index edb755c..8273887 100644 --- a/resource/scheme/clientscheme_fonts.res +++ b/resource/scheme/clientscheme_fonts.res @@ -2220,31 +2220,6 @@ Scheme } // rays fonts and stuff - - // tournament hud edit - "Blocks48" - { - "1" - { - "name" "Blocks" - "tall" "48" - "weight" "0" - "antialias" "1" - } - } - - - "Blocks24" - { - "1" - { - "name" "Blocks" - "tall" "24" - "weight" "0" - "antialias" "1" - } - } - "Symbol16" { "1" @@ -2847,16 +2822,6 @@ Scheme "antialias" "1" } } - "Multimedia16" - { - "1" - { - "name" "Heydings Icons" - "tall" "16" - "additive" "0" - "antialias" "1" - } - } "TF2ComboBox" { "1" diff --git a/resource/ui/HudMedicCharge.res b/resource/ui/HudMedicCharge.res index a0f45ee..ed47814 100644 --- a/resource/ui/HudMedicCharge.res +++ b/resource/ui/HudMedicCharge.res @@ -113,7 +113,7 @@ "fgcolor" "Ammo In Clip" } - "IndividualChargesLabelShadow" + "IndividualChargesLabelShadow" //Blocks48 //Blocks24 { "ControlName" "CExLabel" "fieldName" "IndividualChargesLabel" @@ -135,8 +135,8 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "Blocks48" - "font_minmode" "Blocks24" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" "fgcolor_override" "0 0 0 255" } diff --git a/resource/ui/SpectatorTournament.res b/resource/ui/SpectatorTournament.res index dece492..7f0bb44 100644 --- a/resource/ui/SpectatorTournament.res +++ b/resource/ui/SpectatorTournament.res @@ -282,11 +282,11 @@ "textAlignment" "west" "fgcolor" "TransparentBlack" } - "healthcover" + "healthcover" //Blocks48 { "ControlName" "CExLabel" "fieldName" "healthcover" - "font" "Blocks48" + "font" "Cerbetica12" "xpos" "0" "ypos" "1" "zpos" "5" |
