Need help with Collision Tile

This may be a simple question, but I’m not sure how to make a collision tile. I been through several tutorials, but none of them explain how to make one. So, how do you make one?

  • Select a tile in the tileset.
  • Open the editor via menu: View -> Tile Collision Editor
  • Start adding collision objects (same as Objects on Object Layers)

Note that the engine / TMX reader you are using must support tile collisions. Currently very few of them support tile collision layers / objects.

If you meant flagging tiles as “blocked”, then that usually works best by editing the tile’s properties (select tile in tileset, right-click and select Properties), then reading that property at runtime.

1 Like