blob: d49b6ff786a6ae1ba1915fb641f6c7fba35821b5 (
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
|
models/buildables/medistat/red_cross
{
{
map models/buildables/medistat/red_cross.tga
blendfunc gl_one_minus_dst_color gl_one
}
}
models/buildables/medistat/medi_cone
{
cull none
{
map models/buildables/medistat/medi_cone.jpg
blendfunc add
rgbGen lightingDiffuse
tcMod scroll 1 0
}
{
map models/buildables/telenode/sparkles.tga
blendfunc add
rgbGen identity
rgbGen wave noise 0 1 35 1
tcMod scale 2 2
tcMod scroll 1 0.5
}
}
|