X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=scripts%2Frocket.shader;h=a5c9d181df5bfb063a0261f6b011c60d7e949076;hb=f385da8a6b65adffea10561538a9d5cd22a84123;hp=dce91f72eb0d17e9cf240dacf4d4ad859b1375f8;hpb=0e7ed909bffb4ff21f0c68d163edfc17487e380a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/scripts/rocket.shader b/scripts/rocket.shader index dce91f72e..a5c9d181d 100644 --- a/scripts/rocket.shader +++ b/scripts/rocket.shader @@ -1,10 +1,10 @@ -rocketThrust -{ - surfaceparm trans - cull disable - { - clampmap textures/thrustc1.tga - blendfunc add - tcMod rotate 720 - } -} +rocketThrust +{ + surfaceparm trans + cull disable + { + clampmap textures/thrustc1.tga + blendfunc GL_SRC_ALPHA GL_ONE + tcMod rotate 720 + } +}