浏览代码

Merge pull request #8600 from toadkarter/patch-1

Fixes grammatical error in 'Creating the Enemy'
Matthew 1 年之前
父节点
当前提交
fe521aaf06
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/first_2d_game/04.creating_the_enemy.rst

+ 1 - 1
getting_started/first_2d_game/04.creating_the_enemy.rst

@@ -24,7 +24,7 @@ Click Scene -> New Scene from the top menu and add the following nodes:
 Don't forget to set the children so they can't be selected, like you did with
 Don't forget to set the children so they can't be selected, like you did with
 the Player scene.
 the Player scene.
 
 
-Select the ``Mob`` node and set it's ``Gravity Scale``
+Select the ``Mob`` node and set its ``Gravity Scale``
 property in the :ref:`RigidBody2D <class_RigidBody2D>`
 property in the :ref:`RigidBody2D <class_RigidBody2D>`
 section of the inspector to ``0``.
 section of the inspector to ``0``.
 This will prevent the mob from falling downwards.
 This will prevent the mob from falling downwards.