diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.rst index 8634b1582..2d6d34621 100644 --- a/tutorials/scripting/gdscript/gdscript_basics.rst +++ b/tutorials/scripting/gdscript/gdscript_basics.rst @@ -1970,7 +1970,7 @@ function. Classes as resources ^^^^^^^^^^^^^^^^^^^^ -Classes stored as files are treated as :ref:`resources `. They +Classes stored as files are treated as type :ref:`GDScript `. They must be loaded from disk to access them in other classes. This is done using either the ``load`` or ``preload`` functions (see below). Instancing of a loaded class resource is done by calling the ``new`` function on the class object::