Browse Source

Merge pull request #8113 from mediacloner/mediacloner-patch-1

Update 04.creating_the_enemy.rst
Matthew 1 year ago
parent
commit
7606b7c781
1 changed files with 1 additions and 1 deletions
  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

@@ -54,7 +54,7 @@ Like the player images, these mob images need to be scaled down. Set the
 ``AnimatedSprite2D``'s ``Scale`` property to ``(0.75, 0.75)``.
 
 As in the ``Player`` scene, add a ``CapsuleShape2D`` for the collision. To align
-the shape with the image, you'll need to set the ``Rotation Degrees`` property
+the shape with the image, you'll need to set the ``Rotation`` property
 to ``90`` (under "Transform" in the Inspector).
 
 Save the scene.