mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix typos with codespell
Also includes #71080. Co-authored-by: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com>
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
<param index="1" name="y_sort_enabled" type="bool" />
|
||||
<description>
|
||||
Enables or disables a layer's Y-sorting. If a layer is Y-sorted, the layer will behave as a CanvasItem node where each of its tile gets Y-sorted.
|
||||
Y-sorted layers should usually be on different Z-index values than not Y-sorted layers, otherwise, each of those layer will be Y-sorted as whole with the Y-sorted one. This is usually an undesired behvaior.
|
||||
Y-sorted layers should usually be on different Z-index values than not Y-sorted layers, otherwise, each of those layer will be Y-sorted as whole with the Y-sorted one. This is usually an undesired behavior.
|
||||
If [code]layer[/code] is negative, the layers are accessed from the last one.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user