mirror of
https://github.com/libgdx/libgdx.git
synced 2026-02-20 00:58:58 +08:00
* Added initial prototype for a Universal Tiled Map Loader. This will seamlessly handle any map type passed into it. Passing it along to the appropriate loader based on file type and properties. The way properties will be handled not decided yet. There are 2 potential methods. But it's ugly. Might refactor and consolidate atlas param instead. Added * Finalized version of the new universal tiled map loader. Cleaned up a mismatch in the TmjMapLoader, so it uses its own parameters the same way as all the other maploaders do. * Added a test which loads an assorted pick of maps from other tests. All using the TiledMapLoader. * Apply formatter * Refactored the tiledmap parameters. Removed the parameter subclasses from the loaders. All Parameters should live in BaseTiledMapLoader.Parameters (which they already were anyway). Changed any test which was using the AtlasTmxMapLoader.AtlasTiledMapLoaderParameters to use BaseTiledMapLoader.Parameters instead. * Apply formatter --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Tomski <tomwojciechowski@asidik.com>