0
\$\begingroup\$

So let's say I have a tilemap 5 x 5, which equals 25 tiles.

How can I divide my tilemap into 25 different images? I'm using tiled, but I don't know if it is possible to do it on there or if I need to use one other program. Of course, my tilemap is bigger than 5 x 5, so it's why I'm asking because it would consume a lot of my time.

Thanks.

\$\endgroup\$
2
  • 1
    \$\begingroup\$ Just to make sure you have a tile map base image file, and you want to produce 25 different image files based on that input file? \$\endgroup\$ Commented Apr 29, 2021 at 20:44
  • \$\begingroup\$ A sprite sheet cutter can be used to split up a tilemap, however that's not usually how tilemaps are utilized. For example if you have a 200 x 100 tilemap, you don't load them as 20,000 separate images. What's your end goal for dividing your tilemap? \$\endgroup\$ Commented May 3, 2021 at 2:12

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.