Sfoglia il codice sorgente

Fixed typo "bitmaks" -> "bitmask" in Using TileMaps (#5255)

MeSnek 4 anni fa
parent
commit
137dec13b4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tutorials/2d/using_tilemaps.rst

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

@@ -303,7 +303,7 @@ This means the texture offset should be ``Vector2(0, -120)``:
 3x3
 3x3
 ~~~
 ~~~
 
 
-In 3x3 mode, each bitmaks contains 9 bits (4 corners, 4 edges, 1 center)
+In 3x3 mode, each bitmask contains 9 bits (4 corners, 4 edges, 1 center)
 
 
 Each bit checks a single adjacent cell. Corner bits only check diagonally
 Each bit checks a single adjacent cell. Corner bits only check diagonally
 adjacent cells. The center bit should be "on" for any tile you wish to use.
 adjacent cells. The center bit should be "on" for any tile you wish to use.