Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

This node allows you to draw 2d arrows by setting its position, target, width, color, mix and max vector lengths
godot-3.5-arrow2d-plugin
This is a plugin for Godot which adds a new node for arrows.
Properties:
Target: global position to point at
Width: width of the arrow in pixels
Start Offset: distance of the start of the arrow from the position of the arrow node
End Offset: distance of the end of the arrow from the target
Side Offset: offset to the right (useful if you want to have arrows from A to B and from B to A.
Color: color of the arrow.
Max Length: maximum length of the arrow
Min Length: minimum length of the arrow (has higher priority than Max Length)
Editor Only: hides the arrow in the game so it's only visible in the editor.
This node allows you to draw 2d arrows by setting its position, target, width, color, mix and max vector lengths
Reviews
Quick Information

This node allows you to draw 2d arrows by setting its position, target, width, color, mix and max vector lengths