summaryrefslogtreecommitdiff
path: root/assets/scripts/hw_lightning.shader
blob: c42612b3a8d9b7f5c263c66aa55e977ee6bb1527 (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
30
31
32
33
34
35
36
gfx/lightning/particle
{
	{
		map models/weapons/lightning/flash.jpg
		blendFunc add
	}
}

gfx/lightning/beam
{
	nomipmaps
	{
		map models/weapons/lightning/bolt.jpg
		blendFunc add
		tcMod scroll -5 0
		tcMod scale 5 1
	}
}

models/weapons/lightning/flash
{
	cull none
	{
		map models/weapons/lightning/flash.jpg
		blendFunc add
	}
}

models/weapons/lightning/bolt
{
	cull none
	{
		map models/weapons/lightning/bolt.jpg
		blendFunc add
	}
}