Skip to content

Commit 330f58f

Browse files
scotmcpAThousandShips
authored andcommitted
Correcting reference link
line 2016 references Class, should reference Resource
1 parent c6abcba commit 330f58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ function.
19701970
Classes as resources
19711971
^^^^^^^^^^^^^^^^^^^^
19721972

1973-
Classes stored as files are treated as :ref:`resources <class_GDScript>`. They
1973+
Classes stored as files are treated as :ref:`resources <class_Resource>`. They
19741974
must be loaded from disk to access them in other classes. This is done using
19751975
either the ``load`` or ``preload`` functions (see below). Instancing of a loaded
19761976
class resource is done by calling the ``new`` function on the class object::

0 commit comments

Comments
 (0)