]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_boil.shader
Fix shader file
[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 }