• Godot Help2D
  • Drawing a repeating texture along a curved line in 2D

I found a way to do each of the things individually, but a way to use a curved line AND a repeating texture eludes me.
Is there simple solution or am I going to have to try and solve this manually? thanks in advance

  • xyz replied to this.

    asafing Use Line2D. Sample the curve and assign sampled points to the line. You can make a simple tool script that updates things automatically in the editor as you edit the curve.