Draws the trajectory a projectile will take depending on Base Speed, Gravity , and Friction. Move mouse to top of stage to modify variables. SPACE to shoot projectile
I came across this while I was making another project that simulates gravity. 99% of the code here is by @kfchikinfiter. I just renamed and flipped the polarity of the modifiable variables to suit the way my brain works.