particle thing

This commit is contained in:
RandomityGuy 2022-12-14 19:36:48 +05:30
parent 083357d79a
commit 9e3c86d276

View file

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