File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/gdevelop5/all-features Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1141,8 +1141,8 @@ Displays a tiled-based map. [Read more explanations about it.](/gdevelop5/object
11411141| ` Object.TileCenterY() ` | Get the scene Y position of the center of the tile. ||
11421142| ` Object.TileIdAtGrid() ` | Return the id of the tile at the grid coordinates. ||
11431143| ` Object.TileIdAtPosition() ` | Return the id of the tile at the scene coordinates. ||
1144- | ` Object.TilesetColumnCount() ` | Get the number of column in the tileset. ||
1145- | ` Object.TilesetRowCount() ` | Get the number of row in the tileset. ||
1144+ | ` Object.TilesetColumnCount() ` | Get the number of columns in the tileset. ||
1145+ | ` Object.TilesetRowCount() ` | Get the number of rows in the tileset. ||
11461146
11471147## External Tilemap (Tiled/LDtk) (from extension Tile map)
11481148
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ Compare the id of the tile at the scene coordinates.
101101| ` Object.TileCenterY() ` | Get the scene Y position of the center of the tile. ||
102102| ` Object.TileIdAtGrid() ` | Return the id of the tile at the grid coordinates. ||
103103| ` Object.TileIdAtPosition() ` | Return the id of the tile at the scene coordinates. ||
104- | ` Object.TilesetColumnCount() ` | Get the number of column in the tileset. ||
105- | ` Object.TilesetRowCount() ` | Get the number of row in the tileset. ||
104+ | ` Object.TilesetColumnCount() ` | Get the number of columns in the tileset. ||
105+ | ` Object.TilesetRowCount() ` | Get the number of rows in the tileset. ||
106106
107107## External Tilemap (Tiled/LDtk)
108108
You can’t perform that action at this time.
0 commit comments