love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

Updated Graphics, ParticleSystem and World #110

Closed brenobaptista closed 1 year ago

brenobaptista commented 2 years ago

Technically, we also need to update the particle system to include all the missing optional arguments (a1, a2, a3, a4, a5, a6, a7, a8) instead of just (a1, a2, a8).

I got a little confused on the pSystem:setColors method, can somebody double check it?

MikuAuahDark commented 1 year ago

ParticleSystem:setSizes and ParticleSystem:setColors interpolates up to 8 different sizes and colors, if you specify that much.