Skip to content

Commit

Permalink
Merge pull request #10385 from tetrapod00/2d-intro
Browse files Browse the repository at this point in the history
Add an introduction to the 2D index page
  • Loading branch information
mhilbrunner authored Dec 8, 2024
2 parents 469176a + d70fb53 commit eb34d1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tutorials/2d/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
:allow_comments: False

Godot includes a dedicated 2D renderer and 2D physics engine, as well as
2D-specific features like tilemaps, particles, and animation systems. This
section covers most 2D-specific topics in Godot.

For 2D topics not covered in this section, see also :ref:`doc_2d_skeletons` and
:ref:`doc_navigation_overview_2d`. For using physics in 2D, see
:ref:`doc_physics_index`. There is also a step-by-step tutorial on creating a 2D
game in :ref:`doc_your_first_2d_game`.

2D
==

Expand Down
2 changes: 2 additions & 0 deletions tutorials/physics/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:allow_comments: False

.. _doc_physics_index:

Physics
=======

Expand Down

0 comments on commit eb34d1f

Please sign in to comment.