Update plugin tutorial to use @tool

Replaces instances of tool with @tool in plugin tutorial.
This commit is contained in:
SnailRhymer
2022-01-27 01:00:02 +00:00
parent 88820f9272
commit 21246a9376
6 changed files with 25 additions and 25 deletions
@@ -28,7 +28,7 @@ Add five extra methods such that the script looks like this:
::
tool
@tool
extends EditorPlugin
@@ -77,7 +77,7 @@ Add a script to the button like this:
::
tool
@tool
extends Button
@@ -98,7 +98,7 @@ Here is the full plugin script:
::
tool
@tool
extends EditorPlugin