From 2dd7121841932b59a8bff8a96da435bc288de90e Mon Sep 17 00:00:00 2001 From: Guilherme Felipe Date: Wed, 8 May 2019 13:45:40 -0300 Subject: [PATCH] Docs: Add tutorials for KinematicBody2D (cherry picked from commit 36e9af4812cc54e61eb2171bea4d5032b11cb819) --- doc/classes/KinematicBody2D.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml index 45f74f58655..3f47a05bd36 100644 --- a/doc/classes/KinematicBody2D.xml +++ b/doc/classes/KinematicBody2D.xml @@ -9,6 +9,8 @@ Kinematic Characters: KinematicBody2D also has an API for moving objects (the [method move_and_collide] and [method move_and_slide] methods) while performing collision tests. This makes them really useful to implement characters that collide against a world, but that don't require advanced physics. + https://docs.godotengine.org/en/3.1/tutorials/physics/kinematic_character_2d.html + https://docs.godotengine.org/en/3.1/tutorials/physics/using_kinematic_body_2d.html