Skip to content

Commit 2972495

Browse files
raulsntosCalinouAThousandShips
authored
Apply suggestions from code review
Co-authored-by: Hugo Locurcio <[email protected]> Co-authored-by: A Thousand Ships <[email protected]>
1 parent d9bcab9 commit 2972495

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tutorials/migrating/upgrading_to_godot_4.2.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ affect you. Changes are grouped by areas/systems.
2222

2323
It is still possible to load the Godot 4.0-4.1 Mesh formats, but it is
2424
**not** possible to load the Godot 4.2 Mesh format in prior Godot versions.
25-
When opening a Godot project made with a version prior to 4.2, you will
25+
When opening a Godot project made with a version prior to 4.2, you may
2626
be presented with an upgrade dialog that offers two options:
2727

2828
- **Restart & Upgrade:** Upgrades the mesh format for all meshes in the
@@ -37,6 +37,9 @@ affect you. Changes are grouped by areas/systems.
3737
exported project. The number and complexity of Mesh resources determines
3838
how much loading times are be affected.
3939

40+
If this dialog doesn't appear, use **Project > Tools > Upgrade Mesh Surfaces…**
41+
at the top of the editor.
42+
4043
This article indicates whether each breaking change affects GDScript and whether
4144
the C# breaking change is *binary compatible* or *source compatible*:
4245

@@ -118,7 +121,7 @@ Method ``add_icon_shortcut`` adds a new ``allow_echo`` optional parameter
118121
Method ``add_shortcut`` adds a new ``allow_echo`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-36493`_
119122
Method ``clear`` adds a new ``free_submenus`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-79965`_
120123
**RichTextLabel**
121-
Method ``add_image`` adds new ``key``, ``pad``, ``tooltip`` and ``size_in_percent`` optional parameters |✔️| |✔️ with compat| |✔️| `GH-80410`_
124+
Method ``add_image`` adds new ``key``, ``pad``, ``tooltip``, and ``size_in_percent`` optional parameters |✔️| |✔️ with compat| |✔️| `GH-80410`_
122125
======================================================================================================================== =================== ==================== ==================== ===========
123126

124127
Rendering
@@ -152,7 +155,7 @@ Change
152155
**Font**
153156
Method ``set_fallbacks`` replaced with ``fallbacks`` property |✔️| || || `GH-78266`_
154157
Method ``get_fallbacks`` replaced with ``fallbacks`` property |✔️| || || `GH-78266`_
155-
Method ``find_variation`` adds new ``spacing_top``, ``spacing_bottom``, ``spacing_space`` and ``spacing_glyph`` optional parameters |✔️| |✔️ with compat| |✔️| `GH-80954`_
158+
Method ``find_variation`` adds new ``spacing_top``, ``spacing_bottom``, ``spacing_space``, and ``spacing_glyph`` optional parameters |✔️| |✔️ with compat| |✔️| `GH-80954`_
156159
==================================================================================================================================== =================== ==================== ==================== ===========
157160

158161
GraphEdit

0 commit comments

Comments
 (0)