]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/monsters.shader
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / scripts / monsters.shader
1 textures/spider/spidertex
2 {
3         cull none
4
5         {
6                 map textures/spidertex
7         }
8 }
9 textures/cerberus/cerberus_text
10 {
11         cull none
12
13         {
14                 map textures/cerberus
15         }
16 }
17 textures/berzerker_texture
18 {
19         cull none
20
21         {
22                 map textures/ogre
23         }
24 }
25 mage
26 {
27         cull none
28
29         {
30                 map textures/mage
31         }
32 }
33 slimeDiffuse
34 {
35         {
36                 map textures/slime
37                 alphaFunc GT0
38                 rgbGen Vertex
39         }
40 }