]> git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/tznex01.shader
let's see if this wakes up gitweb
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / tznex01.shader
1 textures/tznex01/stained_glass_nexlogo_blue
2 {
3         qer_editorimage textures/tznex01/stained_glass_nexlogo_blue_qei
4         surfaceparm nomarks
5         surfaceparm trans
6         surfaceparm alphashadow
7         cull none
8         nopicmip
9         {
10                 map textures/tznex01/stained_glass_nexlogo_blue.tga
11                 rgbGen identity
12                 depthWrite
13                 alphaFunc GE128
14         }
15         {
16                 map $lightmap
17                 blendfunc filter
18                 rgbGen identity
19                 tcGen lightmap
20                 depthFunc equal
21         }
22 }
23
24 textures/tznex01/stained_glass_nexlogo_red
25 {
26         qer_editorimage textures/tznex01/stained_glass_nexlogo_red_qei
27         surfaceparm nomarks
28         surfaceparm trans
29         surfaceparm alphashadow
30         cull none
31         nopicmip
32         {
33                 map textures/tznex01/stained_glass_nexlogo_red.tga
34                 rgbGen identity
35                 depthWrite
36                 alphaFunc GE128
37         }
38         {
39                 map $lightmap
40                 blendfunc filter
41                 rgbGen identity
42                 tcGen lightmap
43                 depthFunc equal
44         }
45 }