Skip to content

Commit c663c40

Browse files
authored
Merge pull request #10556 from skyace65/IntroTo2D
Update intro to 2D page for 4.4
2 parents 78d1b2c + f991534 commit c663c40

File tree

5 files changed

+2
-8
lines changed

5 files changed

+2
-8
lines changed
-3.24 KB
Loading
-8.13 KB
Loading
-1.9 KB
Loading

tutorials/2d/img/2d_toolbar.webp

-1.63 KB
Loading

tutorials/2d/introduction_to_2d.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ Use the three-dot menu for this:
165165
- Make Bone2D Node(s) from Node(s): Converts selected node(s) into Bone2D.
166166

167167
.. seealso:: To learn more about Skeletons, see :ref:`doc_cutout_animation`.
168-
169-
- **Project Camera Override**: Temporarily replaces the active camera in the level
170-
(e.g., the camera following the player) with the camera in the editor's viewport, allowing
171-
you to move freely and inspect the level's different parts, while the game is running.
172168

173169
- **View** menu: Provides options to control the viewport view. Since its options
174170
depend heavily on the viewport, it is covered in the :ref:`doc_introduction_to_2d_the_viewport`
@@ -307,10 +303,8 @@ for everything GUI. For 3D, Godot uses the :ref:`Node3D <class_Node3D>` node.
307303
3D in 2D
308304
--------
309305

310-
It is possible to display 3D scenes in 2D screen. This is achieved by adding a
311-
:ref:`SubViewport <class_SubViewport>` as a child.
312-
Then, you can drag a 3D scene as a child of the SubViewport:
306+
It is possible to display 3D scenes in 2D screen, You can see this in the demo `3D in 2D Viewport <https://godotengine.org/asset-library/asset/2804>`__.
313307

314308
.. image:: img/3d_in_2d_demo_editor.webp
315309

316-
.. seealso:: You can check the demo on: `3D in 2D Viewport demo <https://godotengine.org/asset-library/asset/2804>`__.
310+

0 commit comments

Comments
 (0)