From 9f4689f844fbe2c10659bb631e0ecf693b6bbe73 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Dec 2018 07:58:03 +0530 Subject: Added description to move_axis_lock members in Kinematic.xml --- doc/classes/KinematicBody.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/classes/KinematicBody.xml b/doc/classes/KinematicBody.xml index 3c3a58cb9a..ad41f48ddd 100644 --- a/doc/classes/KinematicBody.xml +++ b/doc/classes/KinematicBody.xml @@ -138,10 +138,13 @@ If the body is at least this close to another body, this body will consider them to be colliding. + Lock the body's movement in the x-axis. + Lock the body's movement in the y-axis. + Lock the body's movement in the z-axis. -- cgit v1.2.3