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