gurkenlabs / litiengine

LITIENGINE 🕹 The pure 2D java game engine.
https://litiengine.com/
MIT License
725 stars 93 forks source link

Update Map specification #464

Closed nightm4re94 closed 7 months ago

nightm4re94 commented 2 years ago

\<map>

\<editorsettings>

This element contains various editor-specific settings, which are generally not relevant when reading a map.

Can contain at most one: \<chunksize>, \<export>

\<chunksize>

width: The width of chunks used for infinite maps (default to 16).

height: The width of chunks used for infinite maps (default to 16).

\<export>

target: The last file this map was exported to.

format: The short name of the last format this map was exported as.