From 2e034f0e1f48acd0747568bb36c91656ad81d4e1 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 15:48:55 -0500 Subject: Updated Schema Files - Segregated icons to their own scheme file - Removed unused scheme files and fonts - Converted primary Cerbetica fonts from TTF to OTF - Added additional borders - Removed unused colors and xhairs - Reorganized the font schema - Enabled the xhair hitmarker layout - Updated the source schema to work better on non-Windows OS --- resource/scheme/clientscheme_icons.res | 93 ++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 resource/scheme/clientscheme_icons.res (limited to 'resource/scheme/clientscheme_icons.res') diff --git a/resource/scheme/clientscheme_icons.res b/resource/scheme/clientscheme_icons.res new file mode 100644 index 0000000..1e7c298 --- /dev/null +++ b/resource/scheme/clientscheme_icons.res @@ -0,0 +1,93 @@ +Scheme +{ + Fonts + { + "MenuArrows" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "15" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "ClassIcons" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "62" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons10" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "10" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons12" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "12" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons14" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "14" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons18" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "18" + "additive" "0" + "antialias" "1" + } + } + + "CustomIcons20" + { + "1" + { + "name" "FlawHUDIcons" + "tall" "20" + "additive" "0" + "antialias" "1" + } + } + } + + CustomFontFiles + { + "121" + { + "font" "resource/fonts/FlawHUDIcons.otf" + "name" "FlawHUDIcons" + } + } +} \ No newline at end of file -- cgit v1.2.3