Search found 2 matches

by splats
Sun Feb 05, 2017 2:05 am
Forum: Support and Development
Topic: ParticleSystem and setColor
Replies: 3
Views: 2785

Re: ParticleSystem and setColor

Thanks! :ultrahappy:
by splats
Sun Feb 05, 2017 1:30 am
Forum: Support and Development
Topic: ParticleSystem and setColor
Replies: 3
Views: 2785

ParticleSystem and setColor

Hi, love2d newbie here, I've noticed something peculiar with the ParticleSystem - if I have love.graphics.setColor(color) for say drawing a shape, then draw my particleSystem object afterwards, the particles will always have the color from the previous setColor, ignoring whatever is set by ParticleS...