Overall? Meh Space to place new point Arrow keys to move where next point will be r to reset points The red dot is projected trajectory, purely visual Warning: Doesnt do well with either high slopes(see below for why), or when its y velocity is low(when its bounce is small) As for why it doesnt do well with high slopes, this isnt exactly true. It does fine with high slopes, what it doesnt do well with is when the X of two points are close together I use a thing that tells it when its inbetween two lines to allow for being affected by multiple lines on top of eachother, so when the x velocity is high enough, it never goes between those two points and falls through
Whats special about this: This uses NO touching color, touching sprite, touching anything, instead it uses a lot of math and logic to try and determine if its path intersects a line So basically, the pen lines can be as thick or thin as you want, or heck, you dont even need pen lines and it will interact with it Should I develop this further? quite glitchy rn