Skip to content

Commit e7fd0ab

Browse files
authored
fixed small typo at "it should also offers" (#277)
1 parent d6f52a9 commit e7fd0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • articles/tutorials/building_2d_games/13_working_with_tilemaps

articles/tutorials/building_2d_games/13_working_with_tilemaps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In the `Graphics` folder of the *MonoGameLibrary* project, create a new file nam
7070

7171
### Tileset Properties and Fields
7272

73-
The `Tileset` class needs to store a `TextureRegion` for each of the individual tiles in the tile set and provide the dimensions (width and height) of the tiles. It should also offers additional properties that provide the total number of rows and columns in the tileset and the total number of tiles. Add the following fields and properties:
73+
The `Tileset` class needs to store a `TextureRegion` for each of the individual tiles in the tile set and provide the dimensions (width and height) of the tiles. It should also offer additional properties that provide the total number of rows and columns in the tileset and the total number of tiles. Add the following fields and properties:
7474

7575
[!code-csharp[](./snippets/tileset.cs#properties)]
7676

0 commit comments

Comments
 (0)