mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-11 09:42:10 +00:00
particle thing
This commit is contained in:
parent
083357d79a
commit
9e3c86d276
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue