Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.11 KB

BezierLine2D

This plugin adds an advanced line2D node that allows for the creation of bezier curves and closed shapes in Godot.

Key Features

  • Adds support for drawing bezier curves

  • Closed shapes can be filled

  • Line caps can be rounded

  • line weight can be changed

Installation

  1. Clone this github repo and copy the bezier-line-2d folder into your addons folder.

  2. Enable the plugin in your project settings.

  3. Reload the project.

Usage

  1. Search and add the BezierLine2D into your scene.

  2. Add points like you would in a Path2D node.

  3. Enjoy!

Showcase

Image

Support

  • If you encounter any issues or have any questions, feel free to open an issue on Github.

  • I you want to support me financially, you can buy me a coffee.

Thank you for using my plugin!