diff options
| author | CriticalFlaw <[email protected]> | 2017-10-29 09:29:16 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-10-29 09:29:16 -0400 |
| commit | c0accca14b10bbb180c432ffb9ef0314c7a5987e (patch) | |
| tree | 8d4424bab46a3917f2fa2a53b6c6ef99e7429a1d /resource/scheme/clientscheme_xhairs.res | |
| parent | 9fb5e581155374116d788e7283f665ad666897d3 (diff) | |
20171029 - Added XHairs and Transparent Viewmodels
- Added back the basechat.res file
- Added back the old crosshairs
- Added code and files for transparent viewmodels
Diffstat (limited to 'resource/scheme/clientscheme_xhairs.res')
| -rw-r--r-- | resource/scheme/clientscheme_xhairs.res | 269 |
1 files changed, 269 insertions, 0 deletions
diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 64e019d..fa8933f 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -882,5 +882,274 @@ Scheme "outline" "1" } } + "xHairCircle" + { + "1" + { + "name" "Courier New" + "tall" "72" + "weight" "0" + "antialias" "1" + } + } + + "xHairCircleOutline" + { + "1" + { + "name" "Courier New" + "tall" "72" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs8" + { + "1" + { + "name" "Crosshairs" + "tall" "8" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs10" + { + "1" + { + "name" "Crosshairs" + "tall" "10" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs12" + { + "1" + { + "name" "Crosshairs" + "tall" "12" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs14" + { + "1" + { + "name" "Crosshairs" + "tall" "14" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs16" + { + "1" + { + "name" "Crosshairs" + "tall" "16" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs18" + { + "1" + { + "name" "Crosshairs" + "tall" "18" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline18" + { + "1" + { + "name" "Crosshairs" + "tall" "18" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs20" + { + "1" + { + "name" "Crosshairs" + "tall" "20" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs22" + { + "1" + { + "name" "Crosshairs" + "tall" "22" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs24" + { + "1" + { + "name" "Crosshairs" + "tall" "24" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline24" + { + "1" + { + "name" "Crosshairs" + "tall" "24" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs26" + { + "1" + { + "name" "Crosshairs" + "tall" "26" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline26" + { + "1" + { + "name" "Crosshairs" + "tall" "26" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs28" + { + "1" + { + "name" "Crosshairs" + "tall" "28" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs30" + { + "1" + { + "name" "Crosshairs" + "tall" "30" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs32" + { + "1" + { + "name" "Crosshairs" + "tall" "32" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline32" + { + "1" + { + "name" "Crosshairs" + "tall" "32" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs34" + { + "1" + { + "name" "Crosshairs" + "tall" "34" + "weight" "0" + "antialias" "1" + } + } + + "CrosshairsOutline34" + { + "1" + { + "name" "Crosshairs" + "tall" "34" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + + "Crosshairs36" + { + "1" + { + "name" "Crosshairs" + "tall" "36" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs38" + { + "1" + { + "name" "Crosshairs" + "tall" "38" + "weight" "0" + "antialias" "1" + } + } + + "Crosshairs40" + { + "1" + { + "name" "Crosshairs" + "tall" "40" + "weight" "0" + "antialias" "1" + } + } } }
\ No newline at end of file |
