
T
Publisher
tyevco
godot-components
Tools
Components GDScript Creation Inheritance Workflow Customizable Systems Development
A library to easily add new "component" nodes to the Godot "Create New Node" tree.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
godot-components
A library to easily add new "component" nodes to the Godot "Create New Node" tree.
To create a new component, simply inherit from any Godot object that inherits from Node. Then add the [Component] attribute to the class.
v0.1 - Initial release.