fix particle lifetime transparency

This commit is contained in:
RandomityGuy 2024-11-05 20:47:31 +05:30
parent b51f20cd0d
commit 20e50441ea

View file

@ -149,6 +149,7 @@ class Particle {
this.part.r = this.color.r;
this.part.g = this.color.g;
this.part.b = this.color.b;
this.part.a = this.color.a;
this.part.ratio = 1;
this.part.size = this.scale / 2;
}