Is there any way i can add image points on a tile map? im asking because i am trying to make a room with tile map.
Develop games in your browser. Powerful, performant & highly capable.
No, you can't have image points on tile map. What you can do is to use a temporary invisible sprite the same size as tile, and define image points there. Place this sprite on the tile and read image point positions from it.