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 8629264 + d4bff01 commit f6d53d1Copy full SHA for f6d53d1
getting_started/step_by_step/scripting_first_script.rst
@@ -85,6 +85,11 @@ other options set to their default values and click the Create button to create
85
86
.. image:: img/scripting_first_script_attach_node_script.webp
87
88
+.. note::
89
+
90
+ C# script names need to match their class name. In this case, you should name the
91
+ file ``MySprite2D.cs``.
92
93
The Script workspace should appear with your new ``sprite_2d.gd`` file open and
94
the following line of code:
95
0 commit comments