Currently I’m making a little map for a JS game I’m working on
In this game it’s a 2d platformer with some platforms to jump onto.
I have a tile set layer that I’ve made these platforms for.
If I hover over one of the cells that I have for the platform I see a coordinate in the bottom of the screen ex. 5 4
I’m using these coordinates to build the collision in my game.
Is there a way to select multiple cells and have a view that tells me the coordinates for each one of these cells?