GreenCrowDev / hoodie

Hoodie is a plugin for Godot Engine 4 that offers a visual scripting interface for generating procedural geometry.
MIT License
325 stars 14 forks source link

Error in README Getting Started section #9

Closed GreenCrowDev closed 7 months ago

GreenCrowDev commented 7 months ago

Connect the Mesh output slot of the Input Curve3D node to the Profile input slot of the Curve to Mesh node.

Should be

Connect the Mesh output slot of the Mesh Line node to the Profile input slot of the Curve to Mesh node.