Skip to content

Effects

Hover Text, Particle Systems, Texture Animations, … — Nexii

ll.ParticleSystem({
})

You’ll need to use the bitwise OR operator method from the bit32 library to combine flags:

PSYS_PART_FLAGS, bit32.bor(
PSYS_PART_EMISSIVE_MASK,
PSYS_PART_INTERP_COLOR_MASK,
PSYS_PART_INTERP_SCALE_MASK,
PSYS_PART_FOLLOW_VELOCITY_MASK
)