Alejandro Perea
Alejandro Perea
Maybe default debug formatting = Only show width/height, alternate = Show all tiles
The last example I'd like to fit in would be a `bevy` one, which would entirely showcase the VFS system (And will most definitely discover new interface issues we'll have...
IMO the order shouldn't be specified, and we should leave it as implementation-dependent. This is because we can't really specify the order of iteration of infinite tile layers without adding...
> Anyway, I think I may be over-complicating things. Personally I'd hope we can provide some support as well for rendering maps with different orientations, rendering only a part of...
The thing about the chunks is that they're meant to be an implementation detail and as such you cannot change e.g. their size. I guess we could make them public,...
@bjorn Opinions on this?
Working on a PR now. The `tiles` iterators can wait until we find out the order they should return tiles in, but an arbitrary-sorted `chunks` iterator can be easily implemented...
Perhaps it would be a good idea to also create a `TileData` and make `Tile` an encapsulation, which would avoid the extra index if the user already had the tile...
> It means, excluding Tileset and maybe some other types, that the user only needs to talk to the facade types rather than sometimes talking to Type1
Postponing to 0.11 since the change is no longer breaking.