diff options
Diffstat (limited to 'scripts/crosshairs.shader')
-rw-r--r-- | scripts/crosshairs.shader | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/scripts/crosshairs.shader b/scripts/crosshairs.shader deleted file mode 100644 index 278a2963..00000000 --- a/scripts/crosshairs.shader +++ /dev/null @@ -1,96 +0,0 @@ -gfx/2d/crosshair-alien_s -{ - nopicmip - { - map gfx/2d/crosshair-alien.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-rifle_s -{ - nopicmip - { - map gfx/2d/crosshair-rifle.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-prifle_s -{ - nopicmip - { - map gfx/2d/crosshair-prifle.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-chaingun_s -{ - nopicmip - { - map gfx/2d/crosshair-chaingun.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-mdriver_s -{ - nopicmip - { - map gfx/2d/crosshair-mdriver.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-lcannon_s -{ - nopicmip - { - map gfx/2d/crosshair-lcannon.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-lgun_s -{ - nopicmip - { - map gfx/2d/crosshair-lgun.tga - blendfunc blend - rgbGen vertex - } -} - -gfx/2d/crosshair-flamer_s -{ - nopicmip - { - clampmap gfx/2d/crosshair-flamer1.tga - blendfunc blend - tcmod rotate 5 - rgbGen vertex - } - { - clampmap gfx/2d/crosshair-flamer1.tga - blendfunc blend - tcmod rotate -5 - rgbGen vertex - } -} - -gfx/2d/crosshair-psaw -{ - nopicmip - { - map gfx/2d/crosshair-psaw.tga - blendfunc blend - rgbGen vertex - } -}
\ No newline at end of file |