blob: 8e97401b67fd483b6ee30d5b7c044ead898fb901 (
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
|
models/buildables/booster/booster_head
{
{
map models/buildables/booster/booster_head.tga
rgbGen lightingDiffuse
}
{
map models/buildables/booster/ref_map.tga
blendfunc filter
rgbGen identity
tcMod rotate 5
tcGen environment
}
}
models/buildables/booster/booster_sac
{
{
map models/buildables/booster/booster_sac.tga
rgbGen lightingDiffuse
}
{
map models/buildables/booster/poison.tga
blendfunc add
tcMod rotate 8
}
}
models/buildables/booster/pod_strands
{
cull disable
{
map models/buildables/barricade/pod_strands.tga
rgbGen lightingDiffuse
alphaFunc GE128
}
}
|