Add subsection for TileMap layer reordering

Adds subsection for TileMap layer reordering.
This commit is contained in:
smix8
2024-09-24 10:32:01 +02:00
parent 38c80786f0
commit 6487756b28

View File

@@ -90,6 +90,9 @@ Navigation
.. warning::
2D navigation meshes can not be "layered" or stacked on top of each other like visuals or physic shapes. Attempting to stack navigation meshes on the same navigation map will result in merge and logical errors that break the pathfinding.
Reordering layers
^^^^^^^^^^^^^^^^^
You can reorder layers by drag-and-dropping their node in the Scene tab. You can
also switch between which TileMapLayer node you're working on by using the buttons
in the top right corner of the TileMap editor.