From afb6c6f327a8f0501f22c635e134ea7fcfb98dc6 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Sun, 7 Oct 2018 08:33:03 +0900 Subject: [PATCH] Move ragdoll tutorial to physics category --- tutorials/3d/index.rst | 1 - tutorials/physics/index.rst | 1 + tutorials/{3d => physics}/ragdoll_system.rst | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tutorials/{3d => physics}/ragdoll_system.rst (100%) diff --git a/tutorials/3d/index.rst b/tutorials/3d/index.rst index 6f43b0558..2915417df 100644 --- a/tutorials/3d/index.rst +++ b/tutorials/3d/index.rst @@ -19,6 +19,5 @@ using_multi_mesh_instance working_with_3d_skeletons inverse_kinematics - ragdoll_system vertex_displacement_with_shaders fps_tutorial/index diff --git a/tutorials/physics/index.rst b/tutorials/physics/index.rst index 2b9f50879..e3516b540 100644 --- a/tutorials/physics/index.rst +++ b/tutorials/physics/index.rst @@ -9,4 +9,5 @@ Physics rigid_body using_kinematic_body_2d ray-casting + ragdoll_system kinematic_character_2d diff --git a/tutorials/3d/ragdoll_system.rst b/tutorials/physics/ragdoll_system.rst similarity index 100% rename from tutorials/3d/ragdoll_system.rst rename to tutorials/physics/ragdoll_system.rst