From 9e3c86d276dad23e794aefd2ecbbc886a7daef3f Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Wed, 14 Dec 2022 19:36:48 +0530 Subject: [PATCH] particle thing --- src/ParticleSystem.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParticleSystem.hx b/src/ParticleSystem.hx index 9b76524f..e4be8ed1 100644 --- a/src/ParticleSystem.hx +++ b/src/ParticleSystem.hx @@ -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; } }