diff options
Diffstat (limited to 'resource/ClientScheme.res')
| -rw-r--r-- | resource/ClientScheme.res | 72 |
1 files changed, 9 insertions, 63 deletions
diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index ab9befb..03a15e0 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -6,13 +6,6 @@ Scheme { - //////////////////////// CUSTOM FONT FILES ///////////////////////////// - // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts - // Range specificies the characters to be used from the custom font before falling back to a default font - // characters in the range not specificed in the font will appear empty - // For TF2: Any special character will need to be added to our font file - //////////////////////////////////////////////////////////////////////// - CustomFontFiles { "1" "resource/tf.ttf" @@ -21,61 +14,24 @@ Scheme { "font" "resource/TF2.ttf" "name" "TF2" - "russian" - { - "range" "0x0000 0xFFFF" - } - "polish" - { - "range" "0x0000 0xFFFF" - } } "4" { "font" "resource/TF2Secondary.ttf" "name" "TF2 Secondary" - "russian" - { - "range" "0x0000 0xFFFF" - } - "polish" - { - "range" "0x0000 0xFFFF" - } } "5" { "font" "resource/TF2Professor.ttf" "name" "TF2 Professor" - "russian" - { - "range" "0x0000 0x00FF" - } - "polish" - { - "range" "0x0000 0x00FF" - } } "6" { "font" "resource/TF2Build.ttf" "name" "TF2 Build" - "russian" - { - "range" "0x0000 0xFFFF" - } - "polish" - { - "range" "0x0000 0xFFFF" - } - "turkish" - { - "range" "0x0000 0xFFFF" - } } - "7" // Main font + "7" { - "font" "resource/fonts/Cerbetica.ttf" "name" "Cerbetica" } @@ -85,37 +41,27 @@ Scheme "font" "resource/fonts/Blocks.ttf" "name" "Blocks" } - "9" // Fog's xHairs - { - "font" "resource/fonts/crosshairs.ttf" - "name" "Crosshairs" - } - "10" // Thin Cross - { - "font" "resource/fonts/Symbol.ttf" - "name" "Symbol" - } - "11" // Konr Wings - { - "font" "resource/fonts/Garm3nFont.ttf" - "name" "Garm3nFont" - } - "12" // Edited font for TargetIDs, menus, etc. + "9" { "font" "resource/fonts/Cerbetica_edited.ttf" "name" "Cerbetica_edited" } - "13" // Cerbetica bolded, for ammo/health, etc. + "10" { "font" "resource/fonts/Cerbetica_bold.ttf" "name" "Cerbetica Bold" } - "14" // Used for main menu icons + "11" { "font" "resource/fonts/heydings_icons.ttf" "name" "Heydings Icons" } + "12" + { + "font" "resource/fonts/KnucklesCrosses.ttf" + "name" "KnucklesCrosses" + } } }
\ No newline at end of file |
