Comments

Log in with itch.io to leave a comment.

Hey! First of all, good job! It looks simple and easy to use. I wonder how you did the nodes, is there any documentation on the Godot site or something?

Godot has GraphEdit as parent and GraphNodes as children.

Okay, thank you!

But got to say that I regret not making my own GraphNode implementation. It was a pain in the butt to work around GUI design limitations (to have more connections need more direct children in the GraphNode) and a bug with connections showing through nodes.