Add platform/base_scripts.pk3dir/particles/burn.cfg.
This commit is contained in:
parent
06d07738b6
commit
1bd7d1a68c
1 changed files with 31 additions and 0 deletions
31
platform/base_scripts.pk3dir/particles/burn.cfg
Normal file
31
platform/base_scripts.pk3dir/particles/burn.cfg
Normal file
|
@ -0,0 +1,31 @@
|
|||
r_part burning
|
||||
{
|
||||
texture "textures/particles/flames"
|
||||
tcoords 0 0 0.125 1 1 8 0.125
|
||||
count 1
|
||||
scale 75
|
||||
scalefactor 1
|
||||
die 0.75
|
||||
alpha 0.75
|
||||
rgb 255 25 25
|
||||
blend add
|
||||
spawnmode ball
|
||||
spawnorg 2
|
||||
gravity -200
|
||||
}
|
||||
|
||||
r_part +burning
|
||||
{
|
||||
texture "textures/particles/flames"
|
||||
tcoords 0 0 0.125 1 1 8 0.125
|
||||
count 1
|
||||
scale 75
|
||||
scalefactor 1
|
||||
die 0.75
|
||||
alpha 0.8
|
||||
rgb 255 200 25
|
||||
blend add
|
||||
spawnmode ball
|
||||
spawnorg 2
|
||||
gravity -200
|
||||
}
|
Loading…
Reference in a new issue