浏览代码

Merge pull request #323 from thecelloman/fixteleportflash

Use correct dragCoefficient value in TeleportFlash
SilentMike 12 年之前
父节点
当前提交
b1a2140e61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/Full/game/art/datablocks/teleporter.cs

+ 1 - 1
Templates/Full/game/art/datablocks/teleporter.cs

@@ -43,7 +43,7 @@ datablock SFXProfile(TeleportSound)
 
 datablock ParticleData(TeleporterFlash : DefaultParticle)
 {
-   dragCoefficient = "30";
+   dragCoefficient = "5";
    inheritedVelFactor = "0";
    constantAcceleration = "0";
    lifetimeMS = "500";