Explorar o código

Merge pull request #3674 from Angelmmiguel/patch-1

Small typo in the "Your First Game" tutorial
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
798cc2f74c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      getting_started/step_by_step/your_first_game.rst

+ 1 - 1
getting_started/step_by_step/your_first_game.rst

@@ -449,7 +449,7 @@ We want ``Player`` to detect when it's hit by an enemy, but we haven't
 made any enemies yet! That's OK, because we're going to use Godot's
 made any enemies yet! That's OK, because we're going to use Godot's
 *signal* functionality to make it work.
 *signal* functionality to make it work.
 
 
-Add the following at the top of the script, after ``extends Area2d``:
+Add the following at the top of the script, after ``extends Area2D``:
 
 
 .. tabs::
 .. tabs::
  .. code-tab:: gdscript GDScript
  .. code-tab:: gdscript GDScript