GreenCrowDev / hoodie

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

Follow godot engine conventions for addons #71

Open fire opened 3 months ago

fire commented 3 months ago

In Godot Engine addons typically are in like addons/hoodie instead of bin

fire commented 3 months ago

Benefits.

  1. bin is a generic name, using addons/hoddie gives a unique namespace for the binary files
  2. Reuses an existing folder called addons