mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Lower particle TOL
This commit is contained in:
parent
f8b3b68570
commit
4ec3324319
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Particle {
|
|||
this.direction = (Math.random() * Math.PI) / 2 + Math.PI / 4;
|
||||
this.speed = 0.02 + Math.random() * 0.085;
|
||||
|
||||
const second = 75;
|
||||
const second = 65;
|
||||
this.lifetime = second * 3 + Math.random() * (second * 30);
|
||||
|
||||
this.size = this.options.sizeRange
|
||||
|
|
Loading…
Reference in a new issue