From 74fb4a0daccb9b74e73bdb71c2fb3a57a57d38af Mon Sep 17 00:00:00 2001 From: eishiya <70545646+eishiya@users.noreply.github.com> Date: Sat, 25 Jan 2025 20:49:49 -0500 Subject: [PATCH 1/3] Manual: "Manual" draw order -> "Index Order" At some point, the Manual draw order was renamed, but the docs were not updated. --- docs/manual/objects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/objects.rst b/docs/manual/objects.rst index a7c27ffdff..e09d4568b0 100644 --- a/docs/manual/objects.rst +++ b/docs/manual/objects.rst @@ -267,7 +267,7 @@ Changing Stacking Order ~~~~~~~~~~~~~~~~~~~~~~~ If the active :ref:`Object Layer ` has its Drawing -Order property set to Manual (the default is Top Down), you can control +Order property set to Index Order (the default is Top Down), you can control the stacking order of the selected objects within their object layer using the following keys: From a0e20c554619026b720e10476703c15f6389c7ee Mon Sep 17 00:00:00 2001 From: eishiya <70545646+eishiya@users.noreply.github.com> Date: Sat, 25 Jan 2025 20:59:28 -0500 Subject: [PATCH 2/3] Keyboard shortcuts: "Manual" -> "Index Order" Sorry for the commit spam, GitHub's web editor doesn't let me group edits to multiple files. --- docs/manual/keyboard-shortcuts.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/keyboard-shortcuts.rst b/docs/manual/keyboard-shortcuts.rst index 6dc2d19a89..c2fd9defe5 100644 --- a/docs/manual/keyboard-shortcuts.rst +++ b/docs/manual/keyboard-shortcuts.rst @@ -104,13 +104,13 @@ When an object layer is selected - ``S`` - Activate :ref:`select-objects-tool` - - ``PgUp`` - Raise selected objects (with Manual object drawing + - ``PgUp`` - Raise selected objects (with Index Order object drawing order) - - ``PgDown`` - Lower selected objects (with Manual object drawing + - ``PgDown`` - Lower selected objects (with Index Order object drawing order) - - ``Home`` - Move selected objects to Top (with Manual object + - ``Home`` - Move selected objects to Top (with Index Order object drawing order) - - ``End`` - Move selected objects to Bottom (with Manual object + - ``End`` - Move selected objects to Bottom (with Index Order object drawing order) - ``O`` - Activate :ref:`edit-polygons-tool` From 6d60090054937482439a42674e4a475a56c55d86 Mon Sep 17 00:00:00 2001 From: eishiya <70545646+eishiya@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:06:18 -0500 Subject: [PATCH 3/3] Objects Docs: "Drawing Order" -> "Draw Order" For consistency with the Tiled GUI. --- docs/manual/objects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/objects.rst b/docs/manual/objects.rst index e09d4568b0..c198ae410a 100644 --- a/docs/manual/objects.rst +++ b/docs/manual/objects.rst @@ -266,7 +266,7 @@ You can also rotate the selected objects in 90-degree steps by pressing Changing Stacking Order ~~~~~~~~~~~~~~~~~~~~~~~ -If the active :ref:`Object Layer ` has its Drawing +If the active :ref:`Object Layer ` has its Draw Order property set to Index Order (the default is Top Down), you can control the stacking order of the selected objects within their object layer using the following keys: