]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_boil.shader
Merge branch 'Mirio/boil' into 'master'
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_boil.shader
1 textures/map_boil/credit
2 {
3         qer_editorimage textures/map_boil/credit
4         surfaceparm trans
5         surfaceparm nonsolid
6         polygonOffset
7         cull none
8         nopicmip
9         {
10                 map textures/map_boil/credit
11                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
12                 rgbgen identity
13         }
14 }
15
16 textures/map_boil/brush
17 {
18         qer_editorimage textures/map_boil/brush
19         surfaceparm trans
20         surfaceparm nonsolid
21         polygonOffset
22         cull none
23         nopicmip
24         {
25                 map textures/map_boil/brush
26                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
27                 rgbgen identity
28         }
29 }
30
31 textures/map_boil/frogg
32 {
33         qer_editorimage textures/map_boil/frogg
34         surfaceparm trans
35         surfaceparm nonsolid
36         polygonOffset
37         cull none
38         nopicmip
39         {
40                 map textures/map_boil/frogg
41                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
42                 rgbgen identity
43         }
44 }