mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
This PR add the ability for users to override the max size of `TiledAtlas` used by `TiledComponent` for packing all the images of all the tilesets used by a tilemap. The overrides can be used if one is sure that their target platform can handle huge textures. It also adds an assert for cases when the `RectangleBinPacker` runs out of space. This is done to help users find the problem quickly.