X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=blobdiff_plain;f=scripts%2Fmap_boil.shader;h=7fbb00eb0106076d40df21626a80fa21e94ab022;hp=edead359cafacf9b62823c6dc22ab8330bcae63a;hb=da4c7f91d5c1bba3e4650c134ff7b479b0a6e998;hpb=c0e6c6b4fe126365fe910af34becc3aebd604dc2 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