浏览代码

Merge pull request #7322 from cbscribe/update_charbody_tutorial

Max Hilbrunner 2 年之前
父节点
当前提交
e7c5dd3d1b
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      tutorials/physics/using_character_body_2d.rst

+ 0 - 4
tutorials/physics/using_character_body_2d.rst

@@ -70,10 +70,6 @@ The ``move_and_slide()`` method is intended to simplify the collision
 response in the common case where you want one body to slide along the other.
 response in the common case where you want one body to slide along the other.
 It is especially useful in platformers or top-down games, for example.
 It is especially useful in platformers or top-down games, for example.
 
 
-.. tip:: ``move_and_slide()`` automatically calculates frame-based movement
-         using ``delta``. Do *not* multiply your velocity vector by ``delta``
-         before passing it to ``move_and_slide()``.
-
 When calling ``move_and_slide()``, the function uses a number of node properties
 When calling ``move_and_slide()``, the function uses a number of node properties
 to calculate its slide behavior. These properties can be found in the Inspector,
 to calculate its slide behavior. These properties can be found in the Inspector,
 or set in code.
 or set in code.