Fixed an error in get_floor_velocity() docs
This commit is contained in:
parent
94150b8e8e
commit
5e7b98171b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<return type="Vector2">
|
<return type="Vector2">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Returns the velocity of the floor. If the floor is not a KinematicBody2D, this will always be [code]Vector2(0, 0)[/code]. Only updates when calling [method move_and_slide].
|
Returns the velocity of the floor. Only updates when calling [method move_and_slide].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_safe_margin" qualifiers="const">
|
<method name="get_safe_margin" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue