]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/solarpanel.shader
Fix #166
[xonotic/xonotic-maps.pk3dir.git] / scripts / solarpanel.shader
1 textures/solarpanel/panels
2 {
3         qer_editorimage textures/solarpanel/panels.tga
4         {
5                 map textures/solarpanel/panels
6         }
7         {
8                 map $lightmap
9                 rgbGen identity
10                 tcGen lightmap
11                 blendfunc filter
12         }
13 }
14
15 textures/solarpanel/solarmetal
16 {
17         qer_editorimage textures/solarpanel/solarmetal.tga
18         {
19                 map textures/solarpanel/solarmetal
20         }
21         {
22                 map $lightmap
23                 rgbGen identity
24                 tcGen lightmap
25                 blendfunc filter
26         }
27 }