]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/logos.shader
Some logos we can snap to textures. Have to kinds, normal and glowing. Use them as...
[xonotic/xonotic-maps.pk3dir.git] / scripts / logos.shader
1 textures/logos/phoenix01_blue
2 {
3         qer_editorimage textures/logos/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_blue.tga
16                 blendFunc filter
17                 rgbgen identity
18         }
19 }
20
21 textures/logos/phoenix01_blue_glow
22 {
23         qer_editorimage textures/logos/logo01_blueg.tga
24
25         surfaceparm trans
26         surfaceparm nonsolid
27         surfaceparm nodlight
28         surfaceparm nolightmap
29
30         polygonOffset
31         sort 6
32         cull none
33
34         {
35                 map textures/logos/logo01_blueg.tga
36                 blendFunc filter
37                 rgbgen identity
38         }
39 }
40
41 textures/logos/phoenix01_red
42 {
43         qer_editorimage textures/logos/logo01_red.tga
44
45         surfaceparm trans
46         surfaceparm nonsolid
47         surfaceparm nodlight
48         surfaceparm nolightmap
49
50         polygonOffset
51         sort 6
52         cull none
53
54         {
55                 map textures/logos/logo01_red.tga
56                 blendFunc filter
57                 rgbgen identity
58         }
59 }
60
61 textures/logos/phoenix01_red_glow
62 {
63         qer_editorimage textures/logos/logo01_redg.tga
64
65         surfaceparm trans
66         surfaceparm nonsolid
67         surfaceparm nodlight
68         surfaceparm nolightmap
69
70         polygonOffset
71         sort 6
72         cull none
73
74         {
75                 map textures/logos/logo01_redg.tga
76                 blendFunc filter
77                 rgbgen identity
78         }
79 }
80
81 textures/logos/phoenix01_green
82 {
83         qer_editorimage textures/logos/logo01_green.tga
84
85         surfaceparm trans
86         surfaceparm nonsolid
87         surfaceparm nodlight
88         surfaceparm nolightmap
89
90         polygonOffset
91         sort 6
92         cull none
93
94         {
95                 map textures/logos/logo01_green.tga
96                 blendFunc filter
97                 rgbgen identity
98         }
99 }
100
101 textures/logos/phoenix01_green_glow
102 {
103         qer_editorimage textures/logos/logo01_greeng.tga
104
105         surfaceparm trans
106         surfaceparm nonsolid
107         surfaceparm nodlight
108         surfaceparm nolightmap
109
110         polygonOffset
111         sort 6
112         cull none
113
114         {
115                 map textures/logos/logo01_greeng.tga
116                 blendFunc filter
117                 rgbgen identity
118         }
119 }
120
121 textures/logos/phoenix01_yelow
122 {
123         qer_editorimage textures/logos/logo01_yelow.tga
124
125         surfaceparm trans
126         surfaceparm nonsolid
127         surfaceparm nodlight
128         surfaceparm nolightmap
129
130         polygonOffset
131         sort 6
132         cull none
133
134         {
135                 map textures/logos/logo01_yelow.tga
136                 blendFunc filter
137                 rgbgen identity
138         }
139 }
140
141 textures/logos/phoenix01_yelow_glow
142 {
143         qer_editorimage textures/logos/logo01_yelowg.tga
144
145         surfaceparm trans
146         surfaceparm nonsolid
147         surfaceparm nodlight
148         surfaceparm nolightmap
149
150         polygonOffset
151         sort 6
152         cull none
153
154         {
155                 map textures/logos/logo01_yelowg.tga
156                 blendFunc filter
157                 rgbgen identity
158         }
159 }