mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 20:13:35 +02:00
added lifetime to water particle effect
This commit is contained in:
parent
5245b6f7be
commit
377d89e9d6
1 changed files with 2 additions and 1 deletions
|
@ -156,6 +156,7 @@
|
|||
},
|
||||
maxParticles: 20000,
|
||||
lifespan: 2,
|
||||
lifetime: 10000,
|
||||
emitRate: 2000,
|
||||
emitSpeed: .3,
|
||||
speedSpread: 0.1,
|
||||
|
@ -239,4 +240,4 @@
|
|||
|
||||
// entity scripts always need to return a newly constructed object of our type
|
||||
return new WaterSpout();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue