Просмотр исходного кода

Merge pull request #37 from genete/patch-1

Fix using tiles tutorial
Rémi Verschelde 9 лет назад
Родитель
Сommit
8ee3ad377b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tutorials/2d/using_tilemaps.rst

+ 1 - 1
tutorials/2d/using_tilemaps.rst

@@ -160,6 +160,6 @@ ones that look better for you:
 -  Disable filtering for either the tileset texture or the entire image
    loader (see the :ref:`doc_managing_image_files` asset pipeline tutorial).
 -  Enable pixel snap (set: "Scene > Project Settings >
-   rasterizer/uxe_pixel_snap" to true).
+   Display/use_2d_pixel_snap" to true).
 -  Viewport Scaling can often help shrinking the map (see the
    :ref:`doc_viewports` tutorial).