Hello,
Sorry to bother you with many things.
It would be nice if the collection of images in tiled were supported in the engine.
I wouldn't use that but some tiles in tilesets from the web are not perfectly aligned to match each other and objects are perfect to move them around.
// When I create a tileset for a single prop then it works but it's unmaintainable in bigger scale.
Error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'source')
TSX structure:
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.2" name="atlas-props-spritesheets" tilewidth="199" tileheight="192" tilecount="3" columns="0">
<grid orientation="orthogonal" width="1" height="1"/>
<tile id="0">
<image width="199" height="192" source="../tiled/grass-land-2/Props/altar-stone columns-1-2.png"/>
</tile>
<tile id="1">
<image width="199" height="192" source="../tiled/grass-land-2/Props/altar-stone columns-1.png"/>
</tile>
<tile id="2">
<image width="199" height="192" source="../tiled/grass-land-2/Props/altar-stone columns-2-2.png"/>
</tile>
</tileset>