Skip to content

Commit 59336ef

Browse files
authored
Fixes grammatical error in 'Creating the Enemy'
The existing text reads "Select the Mob node and set it's Gravity Scale..." It is instead grammatically correct to say "and set its" without an apostrophe.
1 parent 6eba1c1 commit 59336ef

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)