]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/player_pyria.shader
Add fullbright skins for all the playermodels
[xonotic/xonotic-data.pk3dir.git] / scripts / player_pyria.shader
1 pyria
2 {
3         dpreflectcube cubemaps/default/sky
4         {
5                 map textures/pyria.tga
6                 rgbgen lightingDiffuse
7         }
8 }
9 pyriafullbright
10 {
11         dpreflectcube cubemaps/default/sky
12         {
13                 map textures/pyriafullbright.tga
14                 rgbgen lightingDiffuse
15         }
16 }
17
18 pyriahair
19 {
20
21         surfaceparm trans
22         cull none
23
24         {
25                 map textures/pyriahair
26                 alphaFunc GE128
27                 blendFunc blend
28                 rgbGen identity
29         }
30 }