]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/map_boil.shader
Update texture, add new texture
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_boil.shader
index edead359cafacf9b62823c6dc22ab8330bcae63a..57075b121152c3f01e26a094d25691cd11e9d747 100644 (file)
@@ -1,20 +1,13 @@
 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
-
        {
                map textures/map_boil/credit
-               blendFunc filter
+               blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
                rgbgen identity
        }
 }
@@ -22,20 +15,27 @@ 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
-
        {
                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
+       {
+               map textures/map_boil/frogg
+               blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
                rgbgen identity
        }
 }
\ No newline at end of file