mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Update asset library demo URLs to point to Godot 4.x demos
This commit is contained in:
@@ -10,7 +10,7 @@ Since version 3.1, Godot supports ragdoll physics. Ragdolls rely on physics simu
|
||||
|
||||
In this tutorial, we will be using the Platformer3D demo to set up a ragdoll.
|
||||
|
||||
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or using the `Asset Library <https://godotengine.org/asset-library/asset/125>`_.
|
||||
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or using the `Asset Library <https://godotengine.org/asset-library/asset/2748>`_.
|
||||
|
||||
Setting up the ragdoll
|
||||
----------------------
|
||||
|
||||
@@ -34,7 +34,7 @@ Cloak simulation
|
||||
|
||||
Let's make a cloak in the Platformer3D demo.
|
||||
|
||||
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or `the Asset Library <https://godotengine.org/asset-library/asset/125>`_.
|
||||
.. note:: You can download the Platformer3D demo on `GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_ or `the Asset Library <https://godotengine.org/asset-library/asset/2748>`_.
|
||||
|
||||
Open the ``Player`` scene, add a ``SoftBody`` node and assign a ``PlaneMesh`` to it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user