Subversion Repository Public Repository

Nextrek

Diff Revisions 149 vs 150 for /3DSpace/Assets/SpaceUnity/_Demo/Scrips/SU_CameraAnimazione.cs

Diff revisions: vs.
  @@ -51,8 +51,12 @@
51 51
52 52 if (tempoCamera3 < -3) {
53 53 ShowDialogo2(false);
54 - thurster.particleSystem.startSize = 20;
55 - thurster2.particleSystem.startSize = 20;
54 + thurster.particleSystem.startSize = 14 ;
55 + thurster.particleSystem.startLifetime = 2.5f;
56 + thurster.particleSystem.startSpeed = 30;
57 + thurster2.particleSystem.startSize = 14;
58 + thurster2.particleSystem.startLifetime = 2.5f;
59 + thurster2.particleSystem.startSpeed = 30;
56 60 spaceship.transform.position += new Vector3 (30*Time.deltaTime, 2*Time.deltaTime, 0);
57 61 }
58 62