summaryrefslogtreecommitdiff
path: root/assets/scripts/crosshairs.shader
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2013-09-07 20:16:57 +0200
committerPaweł Redman <trem.redman@gmail.com>2013-09-07 20:16:57 +0200
commit5b6289ef53d06d005e94b20b3d45f7726588de99 (patch)
tree9a61fc125eff3ace17465b8115474482d5514590 /assets/scripts/crosshairs.shader
parented92617e5b10f80ff5b7263ec15033ecc241b99e (diff)
0.1.1 and asset cleanup
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