Skip to content

Commit 1462866

Browse files
authored
Merge pull request #11818 from odwngit/patch-1
Correct number of extra methods in making_main_screen_plugins
2 parents a405b10 + a3509d2 commit 1462866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/plugins/editor/making_main_screen_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ it in a folder called ``main_screen``, but you can use any name you'd like.
2323

2424
The plugin script will come with ``_enter_tree()`` and ``_exit_tree()``
2525
methods, but for a main screen plugin we need to add a few extra methods.
26-
Add five extra methods such that the script looks like this:
26+
Add four extra methods such that the script looks like this:
2727

2828
.. tabs::
2929
.. code-tab:: gdscript GDScript

0 commit comments

Comments
 (0)