Snake-case .tscn, .gd and _on_* callbacks

Co-authored-by: Doug Thompson <s-git@dougthompson.co.uk>
This commit is contained in:
Max Hilbrunner
2023-05-18 12:45:55 +02:00
parent 03081e0f14
commit 72c0af46b2
33 changed files with 133 additions and 139 deletions

View File

@@ -89,7 +89,7 @@ other options by default and click the Create button to create the script.
.. image:: img/scripting_first_script_attach_node_script.webp
The Script workspace should appear with your new ``Sprite2D.gd`` file open and
The Script workspace should appear with your new ``sprite_2d.gd`` file open and
the following line of code:
.. tabs::
@@ -305,7 +305,7 @@ Our node currently moves by itself. In the next part
Complete script
---------------
Here is the complete ``Sprite2D.gd`` file for reference.
Here is the complete ``sprite_2d.gd`` file for reference.
.. tabs::
.. code-tab:: gdscript GDScript