Browse Source

Fixed indentation warning for the "Using Tilemaps" page.

Michael Alexsander Silva Dias 7 years ago
parent
commit
a58d1f9d73
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/2d/using_tilemaps.rst

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

@@ -44,8 +44,8 @@ TileSet scene
 
 
 Create a new scene with a regular node or node2d as root. For each tile,
 Create a new scene with a regular node or node2d as root. For each tile,
 add a sprite as a child. Since tiles here are 50x50, you should turn on the grid
 add a sprite as a child. Since tiles here are 50x50, you should turn on the grid
- (``G`` key) and enable snap. Moving tiles with the mouse might still be a innacurate
- so use your arrow keys as well.
+(``G`` key) and enable snap. Moving tiles with the mouse might still be a innacurate
+so use your arrow keys as well.
 
 
 If more than one tile is present in the source image, make sure to use
 If more than one tile is present in the source image, make sure to use
 the region property of the sprite to adjust which part of the texture is being
 the region property of the sprite to adjust which part of the texture is being