Inspector plugin tutorial: update PackedScene.instance() ref

I noticed that the tutorial still says `instance()` instead of `instantiate()`, so I changed it to match the 4.x method name.

(cherry picked from commit ef828fb837)
This commit is contained in:
Caiman
2024-01-26 04:31:24 +01:00
committed by Max Hilbrunner
parent f2e3eade9c
commit 2e301a9738

View File

@@ -39,7 +39,7 @@ you should remove the instance you have added by calling
``remove_inspector_plugin()``.
.. note:: Here, you are loading a script and not a packed scene. Therefore you
should use ``new()`` instead of ``instance()``.
should use ``new()`` instead of ``instantiate()``.
.. tabs::
.. code-tab:: gdscript GDScript