Docs: "Manual" draw order -> "Index Order" #4157
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
At some point, the Manual object draw order was renamed to Index Order, but the docs were not updated.
This PR updates the Working with Objects and Keyboard Shortcuts manual pages. I'm not sure why the Keyboard Shortcuts page even mentions the draw order, as the shortcuts work to reorder Objects regardless of draw order, the order just doesn't impact rendering in Top Down mode.
I also updated the wording "Drawing Order" to "Draw Order", the latter being the wording used within Tiled itself. I left the "drawing order" as-is in the keyboard shortcuts list since there it's not capitalised and appears to describe function rather than naming the property.
I did not update the mention of the manual draw order in the scripting docs, as there it is unclear whether "manual" refers to the name of the mode or its function. Perhaps that should be updated too though.