]> git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/mflag.shader
let's see if this wakes up gitweb
[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