Add platform/base_scripts.pk3dir/particles/burn.cfg.

This commit is contained in:
Marco Cawthorne 2022-01-20 16:38:49 -08:00
parent 06d07738b6
commit 1bd7d1a68c
Signed by: eukara
GPG key ID: C196CD8BA993248A

View 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
}