Delete default.cfg

This commit is contained in:
Marco Cawthorne 2016-12-10 00:10:22 +01:00 committed by GitHub
parent 6808bf4646
commit a36e2452e6

View file

@ -1,55 +0,0 @@
r_part te_gunshot
{
type texturedspark
texture ball
tcoords 1 65 31 95 256 8 32
scale 1
count 12
scalefactor 1
alpha 0.5
die 0.8
rgb 255 180 0
blend add
spawnmode ball
spawnorg 1
spawnvel 100
veladd -100
friction 0.3
gravity 800
}
r_part +te_gunshot
{
texture ball
tcoords 1 65 31 95 256 8 32
count 3
scale 25
scalefactor 1
die 1
alpha 0.5
rgb 10 10 10
blend add
spawnmode ball
spawnorg 2
spawnvel 20
veladd -20
}
r_part te_blood
{
type texturedspark
texture ball
tcoords 1 65 31 95 256 8 32
scale 1
count 12
scalefactor 1
alpha 0.2
die 0.8
rgb 200 0 0
spawnmode ball
spawnorg 1
spawnvel 100
veladd -100
friction 0.3
gravity 800
}