Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 691 Bytes

File metadata and controls

13 lines (9 loc) · 691 Bytes

Creating your own plugin

in _Godot-IDE_/plugins Folder you have your own space to easily extend this addon.

  • The plugin's API of tools functions are called from IDE.gd.
  • If no special API functions are defined, you can define them in IDE.gd.

Please note that the plugin will look for all the information in your plugin.cfg file just like any other plugin.

Submit issues

Report any bugs you find in the Issues tab, as well as any feature requests you may have. Influence the future of this plugin!

Submit pull requests

If you'd like to help out with development don't hesitate to submit a pull request!