|
@@ -351,8 +351,8 @@ export class TornadoComponent extends Component {
|
|
|
const percentage = growMultiple / 100;
|
|
|
const growSize = baseSize + (1 + this.currentLv * percentage);
|
|
|
// this.node.setScale(growSize, growSize, growSize);
|
|
|
- this.particleSystem.startSizeX.constantMax += 1;
|
|
|
- this.particleSystem.startLifetime.constantMax += 0.2;
|
|
|
+ this.particleSystem.startSizeX.constantMax += 0.5;
|
|
|
+ this.particleSystem.startLifetime.constantMax += 0.1;
|
|
|
|
|
|
this.onGambitEffect();
|
|
|
// console.log('growSize:', growSize);
|