StarArawn / bevy_tiled

A plugin for rendering tiled maps.
MIT License
151 stars 40 forks source link

Support Image Collection-based Tilesets #59

Open dmtaub opened 3 years ago

dmtaub commented 3 years ago

Currently we only support tilemaps that use a single image, but Tiled supports tilesets with multiple images used in one tileset.

It would be nice to support both, especially for sprite objects, which can often be various sizes.