HungryProton / polygon_path

A custom 3d curve node for Godot engine, used as a basis for other addons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The "Create" mode always create a new point at the end of the curve

HungryProton opened this issue · comments

If the user clicked near an edge, if should create the new point there and connect it to the two other points of that edge, instead of connecting it to the last one.