Skip to content

Commit 34b8fe9

Browse files
committed
Clarify the property needs to be changed in the inspector in Creating the enemy
1 parent 1462866 commit 34b8fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

getting_started/first_2d_game/04.creating_the_enemy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ property in the :ref:`RigidBody2D <class_RigidBody2D>`
3131
section of the inspector to ``0``.
3232
This will prevent the mob from falling downwards.
3333

34-
In addition, under the :ref:`CollisionObject2D <class_CollisionObject2D>`
35-
section just beneath the **RigidBody2D** section,
36-
expand the **Collision** group and
34+
In addition, in the ``Mob`` node inspector,
35+
under the :ref:`CollisionObject2D <class_CollisionObject2D>`
36+
section, expand the **Collision** group and
3737
uncheck the ``1`` inside the ``Mask`` property.
3838
This will ensure the mobs do not collide with each other.
3939

0 commit comments

Comments
 (0)