Tool to create and export trails from the Trail Engine for use in other projects (or just to play around with :D). Link to the Trail Engine showcase: https://scratch.mit.edu/projects/1198537747/
Special thanks to https://scratch.mit.edu/users/awesome-llama for providing some code for splitting string values! Settings Explained: ----------------- Segments - The number of points drawn at once, also increases the duration of the trail. Size - The thickness of the trail. Decay - How fast the trail gets smaller (less thick) over time, set to 0 for no decay. Color, Saturation, Value - HSV color options for the trail. Color Change - Will activate a rainbow effect to the trail if over 0, value determines how fast the color changes. Transparency - Base opacity of the trail. Fade - How fast the trail fades away, set to 0 for no fade. Offset - Displace the trail's base vertex (the start of the trail), set to 0 for no offset. Shake - Displace every vertex of the trail, set to 0 for no shake. Background - Change the color of the background, 0 = Light Mode 1 = Dark Mode