From a36e2452e69478377ac0382e156b11d6c11bcaf5 Mon Sep 17 00:00:00 2001 From: "Marco \"eukara" Date: Sat, 10 Dec 2016 00:10:22 +0100 Subject: [PATCH] Delete default.cfg --- cstrike/particles/default.cfg | 55 ----------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 cstrike/particles/default.cfg diff --git a/cstrike/particles/default.cfg b/cstrike/particles/default.cfg deleted file mode 100644 index 471be568..00000000 --- a/cstrike/particles/default.cfg +++ /dev/null @@ -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 -}