mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 14:42:00 +00:00
FTE: Add updated particle list
This commit is contained in:
parent
b1f464eaaa
commit
d74c970e95
3 changed files with 18 additions and 2 deletions
|
@ -6,10 +6,26 @@ r_part blood_particle
|
|||
scalefactor 1
|
||||
scale 32
|
||||
alpha 1
|
||||
rgb 200 200 200
|
||||
rgb 40 0 0
|
||||
randomvel 32
|
||||
spawnmode box
|
||||
spawnorg 2
|
||||
count 3
|
||||
blend add
|
||||
}
|
||||
|
||||
r_part gibs
|
||||
{
|
||||
texture "particles/gibchunk.tga"
|
||||
tcoords 0 0 256 256 256
|
||||
die 1
|
||||
scalefactor 1
|
||||
scale 8
|
||||
alpha 1
|
||||
alphadelta -1
|
||||
rgb 10 0 0
|
||||
randomvel 128 175
|
||||
spawnmode ball
|
||||
spawnorg 2
|
||||
count 16
|
||||
gravity 200
|
||||
}
|
||||
|
|
Binary file not shown.
BIN
pc/nzp/particles/gibchunk.tga
Normal file
BIN
pc/nzp/particles/gibchunk.tga
Normal file
Binary file not shown.
Loading…
Reference in a new issue