]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/map_boil.shader
Delete the "cubemaps" folder, which was meant to be temporary but has been around...
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_boil.shader
index edead359cafacf9b62823c6dc22ab8330bcae63a..7fbb00eb0106076d40df21626a80fa21e94ab022 100644 (file)
@@ -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