]> de.git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/nexcompat-mflag.shader
Merge branch 'illwieckz/ge128' into 'master'
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / nexcompat-mflag.shader
1 mflagshader
2         {
3         cull none
4         deformVertexes wave sin 0 3 0 0.1
5         tessSize 32
6         {
7         map models/mflag/flag.tga
8         alphaFunc GE128
9         rgbGen vertex
10         }
11         }
12