Selaa lähdekoodia

Merge pull request #323 from thecelloman/fixteleportflash

Use correct dragCoefficient value in TeleportFlash
SilentMike 12 vuotta sitten
vanhempi
commit
b1a2140e61
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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";