]> git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/mflag.shader
bfa2f3e84d1fd9e881fd6d356d32c95dd3e4fe47
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / 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 GT0
9         rgbGen vertex
10         }
11         }
12