ParticleSystem:getSizes
Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the series of sizes by which the sprite is scaled. 1.0 is normal size. The particle system will interpolate between each size evenly over the particle's lifetime. Function Synopsis size1, size1, ..., size8 = ParticleSystem:getSizes( ) Arguments Nothing. Returns number size1 The first size. number size2 The second size. number size8 The eighth size.
See Also ParticleSystem
Pa