Merge pull request #66232 from Evanaellio/fix-tool-annotation

Fix code examples for @tool annotation
This commit is contained in:
Rémi Verschelde 2022-09-22 06:08:07 +02:00 committed by GitHub
commit 6e773f7124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
Below is an example EditorImportPlugin that imports a [Mesh] from a file with the extension ".special" or ".spec":
[codeblocks]
[gdscript]
tool
@tool
extends EditorImportPlugin
func _get_importer_name():