From d70fb53f2a36ce3c10fe71dae8ec690778d7b614 Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:51:14 -0800 Subject: [PATCH] Add introduction to 2D index page --- tutorials/2d/index.rst | 9 +++++++++ tutorials/physics/index.rst | 2 ++ 2 files changed, 11 insertions(+) diff --git a/tutorials/2d/index.rst b/tutorials/2d/index.rst index 61c9d6aa1..2bc60e0de 100644 --- a/tutorials/2d/index.rst +++ b/tutorials/2d/index.rst @@ -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 == diff --git a/tutorials/physics/index.rst b/tutorials/physics/index.rst index d22049116..9f266ffab 100644 --- a/tutorials/physics/index.rst +++ b/tutorials/physics/index.rst @@ -1,5 +1,7 @@ :allow_comments: False +.. _doc_physics_index: + Physics =======