Browse Source

Merge pull request #7683 from curious-broccoli/patch-1

Max Hilbrunner 2 years ago
parent
commit
7bd6564207
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/2d/using_tilesets.rst

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

@@ -510,7 +510,7 @@ to empty space.
 
 
 For example, if a tile has all its bits set to ``0`` or greater, it will only
 For example, if a tile has all its bits set to ``0`` or greater, it will only
 appear if *all* 8 neighboring tiles are using a tile with the same terrain ID.
 appear if *all* 8 neighboring tiles are using a tile with the same terrain ID.
-is present on corners or sides. If a tile has its bits set to ``0`` or greater,
+If a tile has its bits set to ``0`` or greater,
 but the top-left, top and top-right bits are set to ``-1``, it will only appear
 but the top-left, top and top-right bits are set to ``-1``, it will only appear
 if there is empty space on top of it (including diagonally).
 if there is empty space on top of it (including diagonally).