diff options
Diffstat (limited to 'assets/scripts/hw_psaw.shader')
-rw-r--r-- | assets/scripts/hw_psaw.shader | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/scripts/hw_psaw.shader b/assets/scripts/hw_psaw.shader new file mode 100644 index 0000000..ff43f5b --- /dev/null +++ b/assets/scripts/hw_psaw.shader @@ -0,0 +1,33 @@ +models/weapons/psaw/chain +{ + sort additive + cull disable + { + map models/weapons/psaw/chain.jpg + blendfunc GL_ONE GL_ONE + tcMod scroll 1.0 -4.0 + } +} + +models/weapons/psaw/battery +{ + sort additive + cull disable + { + map models/weapons/psaw/chain.jpg + blendfunc GL_ONE GL_ONE + tcMod scroll 0.04 -0.02 + } +} + + +gfx/psaw/blue_particle +{ + cull disable + { + map gfx/psaw/blue_particle.jpg + blendFunc GL_ONE GL_ONE + alphaGen vertex + rgbGen vertex + } +} |