Godot Version
4.5.stable
Question
I have a Line2D filled a 64*64 texture:
It seems fine without width curve:

But with width curve:
It just does not scale from the center.
4.5.stable
I have a Line2D filled a 64*64 texture:
It seems fine without width curve:

But with width curve:
It just does not scale from the center.
That seems like a known issue that is not fixed yet.
But if you need a workaround, you can have two lines with different texture (black and white line seperately) and put them on top of each other and apply the same points, width_curve etc..
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.