fix doc markdown
This commit is contained in:
@ -116,7 +116,7 @@
|
||||
</argument>
|
||||
<description>
|
||||
Moves the body while keeping it attached to slopes. Similar to [method move_and_slide].
|
||||
As long as the [code]snap[/code] vector is in contact with the ground, the body will remain attached to the surface. This means you must disable snap in order to jump, for example. You can do this by setting[code]snap[/code] to[code](0, 0)[/code] or by using [method move_and_slide] instead.
|
||||
As long as the [code]snap[/code] vector is in contact with the ground, the body will remain attached to the surface. This means you must disable snap in order to jump, for example. You can do this by setting [code]snap[/code] to [code](0, 0)[/code] or by using [method move_and_slide] instead.
|
||||
</description>
|
||||
</method>
|
||||
<method name="test_move">
|
||||
|
||||
Reference in New Issue
Block a user