summaryrefslogtreecommitdiff
path: root/assets/scripts/crosshairs.shader
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scripts/crosshairs.shader')
-rwxr-xr-xassets/scripts/crosshairs.shader96
1 files changed, 0 insertions, 96 deletions
diff --git a/assets/scripts/crosshairs.shader b/assets/scripts/crosshairs.shader
deleted file mode 100755
index 278a296..0000000
--- a/assets/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