From 5e7b98171bf1ecda6da8de42922b721c493fff18 Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sat, 7 Oct 2017 22:10:28 +0200 Subject: [PATCH] Fixed an error in get_floor_velocity() docs --- doc/classes/KinematicBody2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml index ac375aa42d6..88b72d07786 100644 --- a/doc/classes/KinematicBody2D.xml +++ b/doc/classes/KinematicBody2D.xml @@ -17,7 +17,7 @@ - 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].