add more tool script info and add a section

This commit is contained in:
skyace65
2024-03-15 21:10:15 -04:00
parent ea77d5a395
commit 49d3e3e714
2 changed files with 12 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ editor, and it must inherit from :ref:`class_EditorPlugin`.
.. warning::
In addition to the EditorPlugin script, any other GDScript that your plugin uses
must *also* be a tool. Any GDScript without ``@tool`` imported into the editor
must *also* be a tool. Any GDScript without ``@tool`` used by the editor
will act like an empty file!
It's important to deal with initialization and clean-up of resources.