diff options
| author | CriticalFlaw <[email protected]> | 2016-10-17 09:23:08 -0600 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2016-10-17 09:23:08 -0600 |
| commit | 508fb69f0bf4d151f95a9747cca58e2ae14e9e78 (patch) | |
| tree | 9dddee7214a9d04195a082dc0d911d2ad9cc4fc2 /resource/ClientScheme-mac.res | |
| parent | f32fb50b2a31da82e46971ac53412fefcd35dc91 (diff) | |
Updated clientscheme to use the #base format
For sake of organization and easier editing in the future, the
clientscheme file now loads each portion (borders, fonts, colors, xhair)
seperatly from their own folder. This along with the MAC varient have
been updated to load fonts from their new directory.
Diffstat (limited to 'resource/ClientScheme-mac.res')
| -rw-r--r-- | resource/ClientScheme-mac.res | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/resource/ClientScheme-mac.res b/resource/ClientScheme-mac.res index 480f3f0..95ad13d 100644 --- a/resource/ClientScheme-mac.res +++ b/resource/ClientScheme-mac.res @@ -3091,7 +3091,6 @@ Scheme } - // //////////////////// BORDERS ////////////////////////////// // @@ -4571,36 +4570,35 @@ Scheme "7" // Main font { - "font" "resource/Cerbetica.ttf" + "font" "resource/fonts/Cerbetica.ttf" "name" "Cerbetica" } "8" // Tournament HUD block { - "font" "resource/Blocks.ttf" + "font" "resource/fonts/Blocks.ttf" "name" "Blocks" } "9" // Fog's xHairs { - "font" "resource/crosshairs.ttf" + "font" "resource/fonts/crosshairs.ttf" "name" "Crosshairs" } "10" // Thin Cross { - "font" "resource/Symbol.ttf" + "font" "resource/fonts/Symbol.ttf" "name" "Symbol" } "11" // Konr Wings { - "font" "resource/Garm3nFont.ttf" + "font" "resource/fonts/Garm3nFont.ttf" "name" "Garm3nFont" } "12" // Edited font for TargetIDs, menus, etc. { - "font" "resource/Cerbetica_edited.ttf" + "font" "resource/fonts/Cerbetica_edited.ttf" "name" "Cerbetica_edited" } - -} - + } +}
\ No newline at end of file |
