mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix particle lifetime transparency
This commit is contained in:
parent
b51f20cd0d
commit
20e50441ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue