I am switching to using Line2Ds for this level editor I am making, so the platforms can have textures.
The issue is that it kind of curves at sharp angles and it looks really bad when the points aren’t connected.
I think you need to smooth it out by adding more points. Maybe you can figure out an algorithm that if an angle is too sharp, automatically adds a point before and a point after with some sort of bezier interpolation.