We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 469176a + d70fb53 commit eb34d1fCopy full SHA for eb34d1f
tutorials/2d/index.rst
@@ -1,5 +1,14 @@
1
:allow_comments: False
2
3
+Godot includes a dedicated 2D renderer and 2D physics engine, as well as
4
+2D-specific features like tilemaps, particles, and animation systems. This
5
+section covers most 2D-specific topics in Godot.
6
+
7
+For 2D topics not covered in this section, see also :ref:`doc_2d_skeletons` and
8
+:ref:`doc_navigation_overview_2d`. For using physics in 2D, see
9
+:ref:`doc_physics_index`. There is also a step-by-step tutorial on creating a 2D
10
+game in :ref:`doc_your_first_2d_game`.
11
12
2D
13
==
14
tutorials/physics/index.rst
@@ -1,5 +1,7 @@
+.. _doc_physics_index:
Physics
=======
0 commit comments