From 508fb69f0bf4d151f95a9747cca58e2ae14e9e78 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 17 Oct 2016 09:23:08 -0600 Subject: 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. --- resource/ClientScheme-mac.res | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'resource/ClientScheme-mac.res') 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 -- cgit v1.2.3