فهرست منبع

Update 2d_movement.rst

corrigentia 6 سال پیش
والد
کامیت
5d673ff3ab
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tutorials/2d/2d_movement.rst

+ 1 - 1
tutorials/2d/2d_movement.rst

@@ -197,7 +197,7 @@ Here we've added two new variables to track our rotation direction and speed.
 Again, pressing both keys at once will cancel out and result in no rotation.
 Again, pressing both keys at once will cancel out and result in no rotation.
 The rotation is applied directly to the body's ``rotation`` property.
 The rotation is applied directly to the body's ``rotation`` property.
 
 
-To set the velocity, we use the ``Vector2.rotated()`` method so that it points
+To set the velocity, we use the ``Vector2.rotated()`` method, so that it points
 in the same direction as the body. ``rotated()`` is a useful vector function
 in the same direction as the body. ``rotated()`` is a useful vector function
 that you can use in many circumstances where you would otherwise need to apply
 that you can use in many circumstances where you would otherwise need to apply
 trigonometric functions.
 trigonometric functions.