]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/logos.shader
Fixed _glowy shaders
[xonotic/xonotic-maps.pk3dir.git] / scripts / logos.shader
1 textures/logos/logo01_blue
2 {
3         qer_editorimage textures/logos/logo01/logo01_blue.tga
4
5         surfaceparm trans
6         surfaceparm nonsolid
7         surfaceparm nodlight
8         surfaceparm nolightmap
9
10         polygonOffset
11         sort 6
12         cull none
13
14         {
15                 map textures/logos/logo01/logo01_blue.tga
16                 blendFunc filter
17                 alphaFunc GT0
18                 rgbgen identity
19         }
20 }
21
22 textures/logos/logo01_blue_glowy
23 {
24         qer_editorimage textures/logos/logo01/logo01_blueg.tga
25
26         surfaceparm trans
27         surfaceparm nonsolid
28         surfaceparm nodlight
29         surfaceparm nolightmap
30
31         polygonOffset
32         sort 6
33         cull none
34
35         {
36                 map textures/logos/logo01/logo01_blueg.tga
37                 blendFunc add
38                 alphaFunc GT0
39                 rgbgen identity
40         }
41 }
42
43 textures/logos/logo01_red
44 {
45         qer_editorimage textures/logos/logo01/logo01_red.tga
46
47         surfaceparm trans
48         surfaceparm nonsolid
49         surfaceparm nodlight
50         surfaceparm nolightmap
51
52         polygonOffset
53         sort 6
54         cull none
55
56         {
57                 map textures/logos/logo01/logo01_red.tga
58                 blendFunc filter
59                 alphaFunc GT0
60                 rgbgen identity
61         }
62 }
63
64 textures/logos/logo01_red_glowy
65 {
66         qer_editorimage textures/logos/logo01/logo01_redg.tga
67
68         surfaceparm trans
69         surfaceparm nonsolid
70         surfaceparm nodlight
71         surfaceparm nolightmap
72
73         polygonOffset
74         sort 6
75         cull none
76
77         {
78                 map textures/logos/logo01/logo01_redg.tga
79                 blendFunc add
80                 alphaFunc GT0
81                 rgbgen identity
82         }
83 }
84
85 textures/logos/logo01_green
86 {
87         qer_editorimage textures/logos/logo01/logo01_green.tga
88
89         surfaceparm trans
90         surfaceparm nonsolid
91         surfaceparm nodlight
92         surfaceparm nolightmap
93
94         polygonOffset
95         sort 6
96         cull none
97
98         {
99                 map textures/logos/logo01/logo01_green.tga
100                 blendFunc filter
101                 alphaFunc GT0
102                 rgbgen identity
103         }
104 }
105
106 textures/logos/logo01_green_glowy
107 {
108         qer_editorimage textures/logos/logo01/logo01_greeng.tga
109
110         surfaceparm trans
111         surfaceparm nonsolid
112         surfaceparm nodlight
113         surfaceparm nolightmap
114
115         polygonOffset
116         sort 6
117         cull none
118
119         {
120                 map textures/logos/logo01/logo01_greeng.tga
121                 blendFunc add
122                 alphaFunc GT0
123                 rgbgen identity
124         }
125 }
126
127 textures/logos/logo01_yellow
128 {
129         qer_editorimage textures/logos/logo01/logo01_yellow.tga
130
131         surfaceparm trans
132         surfaceparm nonsolid
133         surfaceparm nodlight
134         surfaceparm nolightmap
135
136         polygonOffset
137         sort 6
138         cull none
139
140         {
141                 map textures/logos/logo01/logo01_yellow.tga
142                 blendFunc filter
143                 alphaFunc GT0
144                 rgbgen identity
145         }
146 }
147
148 textures/logos/logo01_yellow_glowy
149 {
150         qer_editorimage textures/logos/logo01/logo01_yellowg.tga
151
152         surfaceparm trans
153         surfaceparm nonsolid
154         surfaceparm nodlight
155         surfaceparm nolightmap
156
157         polygonOffset
158         sort 6
159         cull none
160
161         {
162                 map textures/logos/logo01/logo01_yellowg.tga
163                 blendFunc add
164                 alphaFunc GT0
165                 rgbgen identity
166         }
167 }
168
169 textures/logos/logo02_red
170 {
171         qer_editorimage textures/logos/logo02/logo02_red.tga
172
173         surfaceparm trans
174         surfaceparm nonsolid
175         surfaceparm nodlight
176         surfaceparm nolightmap
177
178         polygonOffset
179         sort 6
180         cull none
181
182         {
183                 map textures/logos/logo02/logo02_red.tga
184                 blendFunc filter
185                 alphaFunc GT0
186                 rgbgen identity
187         }
188 }
189
190 textures/logos/logo02_red_glowy
191 {
192         qer_editorimage textures/logos/logo02/logo02_redg.tga
193
194         surfaceparm trans
195         surfaceparm nonsolid
196         surfaceparm nodlight
197         surfaceparm nolightmap
198
199         polygonOffset
200         sort 6
201         cull none
202
203         {
204                 map textures/logos/logo02/logo02_redg.tga
205                 blendFunc add
206                 alphaFunc GT0
207                 rgbgen identity
208         }
209 }