]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Add textures + shader
authorMirio <opivy@hotmail.de>
Tue, 22 Nov 2016 22:59:37 +0000 (23:59 +0100)
committerMirio <opivy@hotmail.de>
Tue, 22 Nov 2016 22:59:37 +0000 (23:59 +0100)
scripts/map_boil.shader [new file with mode: 0644]
scripts/shaderlist.txt
textures/map_boil/brush.tga [new file with mode: 0644]
textures/map_boil/credit.tga [new file with mode: 0644]

diff --git a/scripts/map_boil.shader b/scripts/map_boil.shader
new file mode 100644 (file)
index 0000000..edead35
--- /dev/null
@@ -0,0 +1,41 @@
+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
+               rgbgen identity
+       }
+}
+
+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
+               rgbgen identity
+       }
+}
\ No newline at end of file
index 4d4aaf2be32d85d4ff52ed2a7e0850618d2d410b..61e602a50b57fde02dcc38368f2f40ef6c2a10fc 100644 (file)
@@ -19,6 +19,7 @@ liquids_slime
 liquids_water
 logos
 map_atelier
+map_boil
 map_catharsis
 map_courtfun
 map_darkzone
diff --git a/textures/map_boil/brush.tga b/textures/map_boil/brush.tga
new file mode 100644 (file)
index 0000000..d4aa5b9
Binary files /dev/null and b/textures/map_boil/brush.tga differ
diff --git a/textures/map_boil/credit.tga b/textures/map_boil/credit.tga
new file mode 100644 (file)
index 0000000..59e0fdf
Binary files /dev/null and b/textures/map_boil/credit.tga differ