diff options
| author | CriticalFlaw <[email protected]> | 2018-03-30 15:15:34 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-03-30 15:15:34 -0400 |
| commit | 6338924286e492bc8383619cca2b9921eeed0974 (patch) | |
| tree | a1c6c04e348843e2220ae4f83f220aad8f056dd2 /resource | |
| parent | dbb3511343a720ef1a906b83212418ef4e9061b3 (diff) | |
20180330 - Fixed KonrWings crosshair not displaying
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/scheme/clientscheme_xhairs.res | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/resource/scheme/clientscheme_xhairs.res b/resource/scheme/clientscheme_xhairs.res index 76a7681..823b9ce 100644 --- a/resource/scheme/clientscheme_xhairs.res +++ b/resource/scheme/clientscheme_xhairs.res @@ -1152,5 +1152,27 @@ Scheme "antialias" "1" } } + + "KonrWings24" + { + "1" + { + "name" "Garm3nFont" + "tall" "24" + "weight" "0" + "antialias" "1" + } + } + "KonrWingsOutline24" + { + "1" + { + "name" "Garm3nFont" + "tall" "24" + "weight" "0" + "antialias" "1" + "outline" "1" + } + } } }
\ No newline at end of file |
