X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Feffects_beam.shader;h=f6f1ee70821e83272eff344dc6e2e84686129fb1;hp=7d16df52c189372ae5793e384fb629d2f4a3cae3;hb=bbbfeb765b25d5b2ce55829ca86e758b4f89fc35;hpb=ddc674a477784dd72fec95fcc16b7cd25a59051b diff --git a/scripts/effects_beam.shader b/scripts/effects_beam.shader index 7d16df52..f6f1ee70 100644 --- a/scripts/effects_beam.shader +++ b/scripts/effects_beam.shader @@ -6,7 +6,7 @@ textures/effects_beam/beam-blue q3map_surfacelight 3000 { map textures/effects_beam/beam-blue.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } } @@ -18,7 +18,7 @@ textures/effects_beam/beam-purple q3map_surfacelight 3000 { map textures/effects_beam/beam-purple.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } } @@ -30,7 +30,7 @@ textures/effects_beam/beam-red q3map_surfacelight 3000 { map textures/effects_beam/beam-red.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } } @@ -42,7 +42,7 @@ textures/effects_beam/beam-green q3map_surfacelight 3000 { map textures/effects_beam/beam-green.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } } @@ -54,6 +54,6 @@ textures/effects_beam/beam-yellow q3map_surfacelight 3000 { map textures/effects_beam/beam-yellow.tga - blendfunc add + blendfunc GL_SRC_ALPHA GL_ONE } }