-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Map specification #464
Comments
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
We don't want to expose all the Tiled specific stuff like `editorsettings` on the LITIENGINE API but still the serialization layer should keep the information. #464
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
We don't want to expose all the Tiled specific stuff like `editorsettings` on the LITIENGINE API but still the serialization layer should keep the information. #464
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
We don't want to expose all the Tiled specific stuff like `editorsettings` on the LITIENGINE API but still the serialization layer should keep the information. #464
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
We don't want to expose all the Tiled specific stuff like `editorsettings` on the LITIENGINE API but still the serialization layer should keep the information. #464
steffen-wilke
added a commit
that referenced
this issue
Dec 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<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.
The text was updated successfully, but these errors were encountered: