summaryrefslogtreecommitdiff
path: root/assets/scripts/aw_level5.shader
blob: 6658f78c3a8a6dda0b31003776fdfdf1a3b57cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
level5/trailshader
{  
  cull disable
  {
    map models/weapons/level5/sparks.tga
	blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
    alphaGen vertex
  }
}

airpounceflash
{  
  cull disable
  nopicmip
  {
    map gfx/sprites/airpounceflash.tga
    blendFunc add
  }
}

radialblast
{  
  cull disable
  nopicmip
  {
    map gfx/sprites/radial.tga
    blendFunc add
  }
}