Sfoglia il codice sorgente

Improve title of 3D text for descriptive navigation (#5897)

Previously, it displayed as "Introduction" under the 3D tab, making it incredibly unclear what the page was actually about. If I understand ReadTheDocs generation of the menu correctly, this will give it a much clearer and more descriptive name of "3D text" in the navigation menu.
I based my exact title on the format of the "3D lights and shadows" documentation title, figuring it was the closest in content type to what is included in the 3D Text documentation.

Co-authored-by: Hugo Locurcio <[email protected]>
Evan 3 anni fa
parent
commit
9ad2043126
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      tutorials/3d/3d_text.rst

+ 5 - 2
tutorials/3d/3d_text.rst

@@ -1,9 +1,12 @@
 .. _doc_3d_text:
 
+3D text
+=======
+
 Introduction
-============
+------------
 
-In a project there may be times when text needs to be created as
+In a project, there may be times when text needs to be created as
 part of a 3D scene and not just in the HUD. Godot provides two
 methods to do this. The Label3D node and the text mesh for a
 MeshInstance node.