]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_boil.shader
Update texture, add new texture
[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         {
9                 map textures/map_boil/credit
10                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
11                 rgbgen identity
12         }
13 }
14
15 textures/map_boil/brush
16 {
17         qer_editorimage textures/map_boil/brush
18         surfaceparm trans
19         surfaceparm nonsolid
20         polygonOffset
21         cull none
22         {
23                 map textures/map_boil/brush
24                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
25                 rgbgen identity
26         }
27 }
28
29 textures/map_boil/frogg
30 {
31         qer_editorimage textures/map_boil/frogg
32         surfaceparm trans
33         surfaceparm nonsolid
34         polygonOffset
35         cull none
36         {
37                 map textures/map_boil/frogg
38                 blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
39                 rgbgen identity
40         }
41 }