Hello! I want to make something so that a line is created on the path of my mouse. I created a sprite and made it very small 2x2 (the width of the path) but as the inner time can't be less than dt (I think) I don;t get a line but points with spaces between them, unless I move the mouse slow enough. How should I do this properly and get a line not just random points?
Thank you!