mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #66232 from Evanaellio/fix-tool-annotation
Fix code examples for @tool annotation
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user