X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=scripts%2Fmap_boil.shader;h=7fbb00eb0106076d40df21626a80fa21e94ab022;hb=cb7f8f41adea9fc2c1a2c57d0d8bd1500e805134;hp=edead359cafacf9b62823c6dc22ab8330bcae63a;hpb=c0e6c6b4fe126365fe910af34becc3aebd604dc2;p=xonotic%2Fxonotic-maps.pk3dir.git diff --git a/scripts/map_boil.shader b/scripts/map_boil.shader index edead359..7fbb00eb 100644 --- a/scripts/map_boil.shader +++ b/scripts/map_boil.shader @@ -1,20 +1,14 @@ textures/map_boil/credit { qer_editorimage textures/map_boil/credit - dpoffsetmapping none - surfaceparm trans surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - polygonOffset - sort 6 cull none - + nopicmip { map textures/map_boil/credit - blendFunc filter + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA rgbgen identity } } @@ -22,20 +16,29 @@ textures/map_boil/credit textures/map_boil/brush { qer_editorimage textures/map_boil/brush - dpoffsetmapping none - surfaceparm trans surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - polygonOffset - sort 6 cull none - + nopicmip { map textures/map_boil/brush - blendFunc filter + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA + rgbgen identity + } +} + +textures/map_boil/frogg +{ + qer_editorimage textures/map_boil/frogg + surfaceparm trans + surfaceparm nonsolid + polygonOffset + cull none + nopicmip + { + map textures/map_boil/frogg + blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA rgbgen identity } } \ No newline at end of file