Hello! This Particle Code is free to use in your games (with credit). Here's a list of all variables: Max Particles - The maximum amount of particles on screen. Lifetime - The lifetime of one particle (in seconds) Angle - The direction where particles originally face Angle +- - The range for the direction of particles (Shown as a yellow curve_ Speed - The rate of how fast particles move. (Shown as a yellow line) PosVar X/Y - The "box" where particles spawn. (shown as a green box) Emission - The rate of particles spawn (If emission = 30, the 30 particles spawn per second). Start/End Size - The size of particles at the start and finish. Gravity X/Y - An extra movement other than angle/speed .(shown with a blue line)
All code made by me. Designed to be as optimized as possible. Update Log V2 - Added Visuals and Gravity Sliders