Cleanup uses of double spaces between words or after punctuation

This commit is contained in:
Rémi Verschelde
2021-06-07 10:15:21 +02:00
parent 08150dca70
commit 044b6a74f8
28 changed files with 125 additions and 141 deletions

View File

@@ -73,8 +73,9 @@ change: it must be a ``tool`` script, or else it will not load properly in the
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`` imported into the editor
will act like an empty file!
It's important to deal with initialization and clean-up of resources.