Skip to content

Commit

Permalink
Merge pull request #9245 from Calinou/update-assetlib-demo-urls
Browse files Browse the repository at this point in the history
Update asset library demo URLs to point to Godot 4.x demos
  • Loading branch information
mhilbrunner committed Apr 18, 2024
2 parents e61f0f9 + 8fdd378 commit fb2b72b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tutorials/i18n/internationalizing_games.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ translations page before, we recommend you give it a read before reading this
page.

.. note:: We will be using the official demo as an example; you can
`download it from the Asset Library <https://godotengine.org/asset-library/asset/134>`_.
`download it from the Asset Library <https://godotengine.org/asset-library/asset/2776>`_.

Configuring the imported translation
------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tutorials/inputs/controllers_gamepads_joysticks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ You can contribute an updated mapping to be included in the next Godot version
by opening a pull request on the linked repository.

There are many ways to create mappings. One option is to use the mapping wizard
in the `official Joypads demo <https://godotengine.org/asset-library/asset/140>`__.
in the `official Joypads demo <https://godotengine.org/asset-library/asset/2785>`__.
Once you have a working mapping for your controller, you can test it by defining
the ``SDL_GAMECONTROLLERCONFIG`` environment variable before running Godot:

Expand Down
2 changes: 1 addition & 1 deletion tutorials/physics/ragdoll_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand Down
2 changes: 1 addition & 1 deletion tutorials/physics/soft_body.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fb2b72b

Please sign in to comment.