diff options
| -rw-r--r-- | resource/scheme/clientscheme_xhairs.res | 30 | ||||
| -rw-r--r-- | resource/scheme/clientscheme_xhairs_blur.res | 33 | ||||
| -rw-r--r-- | resource/scheme/clientscheme_xhairs_outline.res | 33 | ||||
| -rw-r--r-- | resource/scheme/clientscheme_xhairs_shadow.res | 33 |
4 files changed, 129 insertions, 0 deletions
diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 6b8e3f1..334b085 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -2,6 +2,36 @@ Scheme { Fonts { + "Size:4 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "4" + "weight" "0" + "antialias" "1" + } + } + "Size:6 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "6" + "weight" "0" + "antialias" "1" + } + } + "Size:8 | Outline:OFF" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "8" + "weight" "0" + "antialias" "1" + } + } "Size:10 | Outline:OFF" { "1" diff --git a/resource/scheme/clientscheme_xhairs_blur.res b/resource/scheme/clientscheme_xhairs_blur.res index 6f9d584..643a466 100644 --- a/resource/scheme/clientscheme_xhairs_blur.res +++ b/resource/scheme/clientscheme_xhairs_blur.res @@ -2,6 +2,39 @@ Scheme { Fonts { + "Size:4 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "4" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:6 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "6" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } + "Size:8 | Blur:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "8" + "weight" "0" + "antialias" "1" + "blur" "2" + } + } "Size:10 | Blur:ON" { "1" diff --git a/resource/scheme/clientscheme_xhairs_outline.res b/resource/scheme/clientscheme_xhairs_outline.res index 388a550..dda0715 100644 --- a/resource/scheme/clientscheme_xhairs_outline.res +++ b/resource/scheme/clientscheme_xhairs_outline.res @@ -2,6 +2,39 @@ Scheme { Fonts { + "Size:4 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "4" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:6 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "6" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } + "Size:8 | Outline:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "8" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } "Size:10 | Outline:ON" { "1" diff --git a/resource/scheme/clientscheme_xhairs_shadow.res b/resource/scheme/clientscheme_xhairs_shadow.res index ac5f8f2..9a264c0 100644 --- a/resource/scheme/clientscheme_xhairs_shadow.res +++ b/resource/scheme/clientscheme_xhairs_shadow.res @@ -2,6 +2,39 @@ Scheme { Fonts { + "Size:4 | Shadow:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "4" + "weight" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "Size:6 | Shadow:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "6" + "weight" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "Size:8 | Shadow:ON" + { + "1" + { + "name" "TF2Crosshairs" + "tall" "8" + "weight" "0" + "antialias" "1" + "dropshadow" "1" + } + } "Size:10 | Shadow:ON" { "1" |
