just a quick custom particle engine i made and it is fully backpackable! quick guide! ================================ particle: which sprite you want to use as your particle x: where you want it to be on the x axis y: where you want it to be on the y axis length: how long you want the particles to last. 1. a number: length in seconds 2. variable infinite: the particles will last forever 3. variable once: makes a single particle. good for when you use it on moving objects because it can be easily be put in a forever loop 4. the condition window: makes the particles when a certain condition is met. NOTE: the conditional particle only works if the first length window is empty! if specific direction: VERY USEFUL. use it when you want the particles to have a certain direction! for instance: run the project and change these a bit to see how the particles behave differently. ================================ updates coming soon :) #particle #engine #particleengine #backpack
special thanks to my boredom! if it didn't exist, this would never have been made real! All code is mine