Added missing particle test.cfg
This commit is contained in:
parent
8caa8d171f
commit
01a5e7852d
1 changed files with 16 additions and 0 deletions
16
platform/test_maps.pk3dir/particles/test.cfg
Normal file
16
platform/test_maps.pk3dir/particles/test.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Copyright (c) 2000-2019, Vera Visions. All rights reserved.
|
||||
|
||||
r_part ball
|
||||
{
|
||||
texture "textures/dev/model_bone"
|
||||
count 16
|
||||
scale 16
|
||||
die 6
|
||||
rgb 45 50 40
|
||||
spawnmode ball
|
||||
gravity -50
|
||||
veladd -10
|
||||
spawnorg 0.25
|
||||
randomvel 64 -45
|
||||
scalefactor 1
|
||||
}
|
Loading…
Reference in a new issue