diff options
| author | CriticalFlaw <[email protected]> | 2018-07-08 15:39:33 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-08 15:39:33 -0400 |
| commit | ec034378792ce416d9502513ea9b0d757b9f54c0 (patch) | |
| tree | eff4b7ffba6e2094029d7681377a38a755f66cfb /resource/scheme/clientscheme_xhairs.res | |
| parent | 0adcfa0802b3717d9f08d470c04cc6bae5a36892 (diff) | |
Updated the ClientScheme
- Moved the CustomFontFiles node to the correct clientscheme files
- Added an icons file (resource/fonts/FlawHUDIcons.otf)
Diffstat (limited to 'resource/scheme/clientscheme_xhairs.res')
| -rw-r--r-- | resource/scheme/clientscheme_xhairs.res | 76 |
1 files changed, 76 insertions, 0 deletions
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 |
