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=1fd4463e6778aa480628726d8af738e8412503a9;hb=da4c7f91d5c1bba3e4650c134ff7b479b0a6e998;hpb=25472cdc0ff04497dd2c452df0991d584a0ed560 diff --git a/scripts/map_boil.shader b/scripts/map_boil.shader index 1fd4463e..7fbb00eb 100644 --- a/scripts/map_boil.shader +++ b/scripts/map_boil.shader @@ -5,6 +5,7 @@ textures/map_boil/credit surfaceparm nonsolid polygonOffset cull none + nopicmip { map textures/map_boil/credit blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA @@ -19,9 +20,25 @@ textures/map_boil/brush surfaceparm nonsolid polygonOffset cull none + nopicmip { map textures/map_boil/brush 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