|
@@ -340,6 +340,8 @@ export class TornadoComponent extends Component {
|
|
|
if (!this.particleSystem) return;
|
|
|
this.particleSystem.startSizeX.constantMax = 1;
|
|
|
this.particleSystem.startLifetime.constantMax = 0.6;
|
|
|
+ this.currentLv = 1;
|
|
|
+ this.tigger.size = new Vec3(1.3, 2.5, 1.4);
|
|
|
}
|
|
|
|
|
|
//变大体积
|