blob: ff43f5b69e8b8a18e6ebc8ba0e40fbe84fde5275 (
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
|
models/weapons/psaw/chain
{
sort additive
cull disable
{
map models/weapons/psaw/chain.jpg
blendfunc GL_ONE GL_ONE
tcMod scroll 1.0 -4.0
}
}
models/weapons/psaw/battery
{
sort additive
cull disable
{
map models/weapons/psaw/chain.jpg
blendfunc GL_ONE GL_ONE
tcMod scroll 0.04 -0.02
}
}
gfx/psaw/blue_particle
{
cull disable
{
map gfx/psaw/blue_particle.jpg
blendFunc GL_ONE GL_ONE
alphaGen vertex
rgbGen vertex
}
}
|