We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd84a86 + 0fc05ae commit 6a6f786Copy full SHA for 6a6f786
tutorials/scripting/gdscript/gdscript_basics.rst
@@ -2013,7 +2013,7 @@ function.
2013
Classes as resources
2014
^^^^^^^^^^^^^^^^^^^^
2015
2016
-Classes stored as files are treated as :ref:`resources <class_GDScript>`. They
+Classes stored as files are treated as :ref:`GDScripts <class_GDScript>`. They
2017
must be loaded from disk to access them in other classes. This is done using
2018
either the ``load`` or ``preload`` functions (see below). Instancing of a loaded
2019
class resource is done by calling the ``new`` function on the class object::
0 commit comments