Closed almost-wizard closed 2 months ago
I'm afraid they are not implemented yet, see #1265 . However, in the meantime you can try something like this
I understand you, it's a pity that the library does not directly support infinite maps yet. I will wait for updates, but in the meantime I will close the issue. Thanks for the advice
Hi! I have a question. Can the library support infinite-size maps from Tiled? I'm trying to create an infinite map in Tiled, export it in tmx format, save it in the
resources/assets/levels/map.tmx
directory, and then write the following in the code:When the program starts, it returns the following error:
If the library does not support "infinite" maps, how can I optimize the loading of large maps? Do I need to write my own map renderer by chunks?