This simple Godot addon brings the Line2D
drawing capabilities to Path2D
curves.
- Download the repository or download the (stable) addon from the AssetLib in Godot (link).
- Import the addons folder into your project.
- Activate
LinePath2D
under * Project > Project Settings > Plugins. * - Add a
LinePath2D
node to the scene. - Tweak
LinePath2D
parameters to set your curve style - Enjoy!