Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/tiled-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This object allows to specify subset region of the source tileset. This concept
| min_tile_row | number | Minimum tile row index valid for this layer. If not specified it uses the the one from the referenced tile matrix. |
| max_tile_row | number | Maximum tile row index valid for this layer. If not specified it uses the the one from the referenced tile matrix. |
| min_tile_col | number | Minimum tile column index valid for this layer. If not specified it uses the the one from the referenced tile matrix. |
| max_tile_rol | number | Maximum tile column index valid for this layer. If not specified it uses the the one from the referenced tile matrix. |
| max_tile_col | number | Maximum tile column index valid for this layer. If not specified it uses the the one from the referenced tile matrix. |

### Pixel Buffer Object

Expand Down
2 changes: 1 addition & 1 deletion extensions/tiled-assets/json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"type": "integer",
"description": "Minimum tile column index valid for this layer. If not specified it uses the the one from the referenced tile matrix."
},
"max_tile_rol": {
"max_tile_col": {
"type": "integer",
"description": "Maximum tile column index valid for this layer. If not specified it uses the the one from the referenced tile matrix."
}
Expand Down