Skip to content

Commit

Permalink
Remove obsolete and confusing tip re: move_and_slide()
Browse files Browse the repository at this point in the history
  • Loading branch information
cbscribe committed May 9, 2023
1 parent a12eccb commit 2594266
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tutorials/physics/using_character_body_2d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
to calculate its slide behavior. These properties can be found in the Inspector,
or set in code.
Expand Down

0 comments on commit 2594266

Please sign in to comment.