How do I draw a Bezier curve using Path2D/Curve2D?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Will Nations
:warning: Old Version Published before Godot 3 was released.

When I used the Line2D node, I was able to just click around to create points easily, but I don’t seem to have that ability when using the Curve2D resource on the Path2D node. Do I have to create and/or edit the points from code?

:bust_in_silhouette: Reply From: Will Nations

You can do it, but you need to select the “Add Points” tool at the top of the editor window (not in the Inspector).