summaryrefslogtreecommitdiff
path: root/assets/scripts/hw_prifle.shader
blob: 3edb0d6dd3b8d6bfabd00fc635056c700faf644f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

gfx/prifle/red_blob
{  
  cull disable
  {
    map gfx/prifle/red_blob.tga
		blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
    alphaGen vertex
  }
}

gfx/prifle/red_streak
{  
  cull disable
  {
    map gfx/prifle/red_streak.tga
		blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
    alphaGen vertex
  }
}