Sfoglia il codice sorgente

Use correct dragCoefficient value in TeleportFlash

thecelloman 12 anni fa
parent
commit
bc9ec2fad3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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";