From ec034378792ce416d9502513ea9b0d757b9f54c0 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 8 Jul 2018 15:39:33 -0400 Subject: Updated the ClientScheme - Moved the CustomFontFiles node to the correct clientscheme files - Added an icons file (resource/fonts/FlawHUDIcons.otf) --- resource/scheme/clientscheme_xhairs.res | 76 +++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'resource/scheme/clientscheme_xhairs.res') diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 5623c03..f533cb7 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -1370,5 +1370,81 @@ Scheme "outline" "1" } } + + "Symbol16" + { + "1" + { + "name" "Symbol" + "tall" "16" + "weight" "0" + "antialias" "1" + } + } + "Symbol24" + { + "1" + { + "name" "Symbol" + "tall" "24" + "weight" "0" + "antialias" "1" + } + } + "SymbolOutline24" + { + "1" + { + "name" "Symbol" + "tall" "24" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Symbol32" + { + "1" + { + "name" "Symbol" + "tall" "32" + "weight" "0" + "antialias" "1" + } + } + "Symbol40" + { + "1" + { + "name" "Symbol" + "tall" "40" + "weight" "0" + "antialias" "1" + } + } + } + + CustomFontFiles + { + "100" // Fog's xHairs + { + "font" "resource/fonts/crosshairs.ttf" + "name" "Crosshairs" + } + "101" // Thin Cross + { + "font" "resource/fonts/Symbol.ttf" + "name" "Symbol" + } + "102" // Konr Wings + { + "font" "resource/fonts/Garm3nFont.ttf" + "name" "Garm3nFont" + } + "103" + { + "font" "resource/fonts/KnucklesCrosses.ttf" + "name" "KnucklesCrosses" + } } } \ No newline at end of file -- cgit v1.2.3