Skip to content

Commit 28f87af

Browse files
authored
Merge pull request godotengine#8600 from toadkarter/patch-1
Fixes grammatical error in 'Creating the Enemy'
2 parents 6eba1c1 + 59336ef commit 28f87af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/first_2d_game/04.creating_the_enemy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Click Scene -> New Scene from the top menu and add the following nodes:
2424
Don't forget to set the children so they can't be selected, like you did with
2525
the Player scene.
2626

27-
Select the ``Mob`` node and set it's ``Gravity Scale``
27+
Select the ``Mob`` node and set its ``Gravity Scale``
2828
property in the :ref:`RigidBody2D <class_RigidBody2D>`
2929
section of the inspector to ``0``.
3030
This will prevent the mob from falling downwards.

0 commit comments

Comments
 (0)