Преглед на файлове

Updated tilemap collision link

Björn Ritzl преди 4 години
родител
ревизия
4eb7e39c5d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/en/manuals/physics-shapes.md

+ 1 - 1
docs/en/manuals/physics-shapes.md

@@ -35,7 +35,7 @@ Capsule shapes are only supported when using 3D physics (configured in the Physi
 A complex shape can either be created from a tilemap component or from a convex hull shape.
 
 ## Tilemap collision shape
-Defold includes a feature allowing you to easily generate physics shapes for a tile map. The [Tilemap manual](/manuals/tilemap/) explains how to add collision groups to a tile source and assign tiles to collision groups ([example](/examples/tilemap/collisions/)).
+Defold includes a feature allowing you to easily generate physics shapes for the tile source used by a tile map. The [Tilesource manual](/manuals/tilesource/#tile-source-collision-shapes) explains how to add collision groups to a tile source and assign tiles to collision groups ([example](/examples/tilemap/collisions/)).
 
 To add collision to a tile map: