]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/map_boil.shader
Merge branch 'matthiaskrgr/glowplant' into 'master'
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_boil.shader
index 1fd4463e6778aa480628726d8af738e8412503a9..7fbb00eb0106076d40df21626a80fa21e94ab022 100644 (file)
@@ -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