소스 검색

Add subsection for TileMap layer reordering

Adds subsection for TileMap layer reordering.
smix8 10 달 전
부모
커밋
b81d778562
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tutorials/2d/using_tilemaps.rst

+ 3 - 0
tutorials/2d/using_tilemaps.rst

@@ -90,6 +90,9 @@ Navigation
 .. warning::
 .. 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.
     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
 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
 also switch between which TileMapLayer node you're working on by using the buttons
 in the top right corner of the TileMap editor.
 in the top right corner of the TileMap editor.