1
0
Fork 0
forked from fte/fteqw

quick rail fix for highfps set

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3827 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2011-06-18 19:00:14 +00:00
parent ad1499d670
commit c9186d2ab5

View file

@ -1148,14 +1148,13 @@ char *particle_set_highfps =
"r_part te_railtrail\n" "r_part te_railtrail\n"
"{\n" "{\n"
"step 1000000\n" "step 64\n"
"scale 5\n" "scale 5\n"
"die 1.2\n" "die 1.2\n"
"alpha 0.7\n" "alpha 0.7\n"
"rgb 16 16 255\n" "rgb 16 16 255\n"
"blend add\n" "blend add\n"
"type beam\n" "type beam\n"
"averageout\n"
"}\n" "}\n"
//the blob tempent is used quite a bit with teamfortress emp grenades. //the blob tempent is used quite a bit with teamfortress emp grenades.