Skip to content

Commit

Permalink
docs: fix Typo in Documentation: 15-tiled-plugin (#3246)
Browse files Browse the repository at this point in the history
* fix link typo in 02-conventions.mdx

* Fix missing word typo in 06.1-actions.mdx

* Fix typo in docs: 15-tiled-plugin
  • Loading branch information
mosesintech authored Oct 16, 2024
1 parent 7f3cae7 commit 0cdfd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/13-plugins/15-tiled-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The way that the plugin represents multiple tile layers in Tiled is by creating

### Solid Layers

You an mark a layer solid by setting the special custom boolean property `solid = true` on the tile layer. This will indicate to the plugin that any space with a non-zero Tile gid should be treated as a solid rectangle.
You can mark a layer solid by setting the special custom boolean property `solid = true` on the tile layer. This will indicate to the plugin that any space with a non-zero Tile gid should be treated as a solid rectangle.

However sometimes you need more than just solid rectangles, so the plugin also supports custom colliders setup on tiles in tilesets (read more about tilesets below).

Expand Down

0 comments on commit 0cdfd15

Please sign in to comment.