DanielMartinus / Konfetti

Celebrate more with this lightweight confetti particle system 🎊
ISC License
3.19k stars 301 forks source link

Particles without recoloring #227

Closed mickmaccallum closed 3 years ago

mickmaccallum commented 3 years ago

Is there any way to have particles that are not recolored and just render normally? It seems that passing an empty array to addColors or skipping it results in all particles being rendered red.

DanielMartinus commented 3 years ago

@0x7fs assuming you're talking about using a DrawableShape you can set tint to false for that object

mickmaccallum commented 3 years ago

@DanielMartinus Ahh yes that was it. Thanks for the help!