When I add a new tileset to my map, it wants to save the tileset as a ‘tsx’ file. But for my older tilesets in the map, there is no ‘tsx’ file. The map XML just lists the image and the number of tiles, etc directly in the map xml. That’s what I want. I don’t want a reference to some external file I have to open to get the simple number of tiles in the set. How do I add a new tileset to my map so that it is listed the old way in my map?
I could edit the xml by hand I suppose, but going forward I am going to be editing dozens of maps. Is there some way of just having it list the tileset information directly in the map? Why is a separate file needed for basically two extra numbers?