Skip to content
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

Closed
4 tasks done
nightm4re94 opened this issue Jul 20, 2022 · 0 comments
Closed
4 tasks done

Update Map specification #464

nightm4re94 opened this issue Jul 20, 2022 · 0 comments
Labels
feature tmx our specification of the Tiled map format.

Comments

@nightm4re94
Copy link
Member

nightm4re94 commented Jul 20, 2022

<map>

  • tiledversion: The Tiled version used to save the file (since Tiled 1.0.1). May be a date (for snapshot builds). (optional)
  • class: The class of this map (since 1.9, defaults to “”).
  • parallaxoriginx: X coordinate of the parallax origin in pixels (defaults to 0). (since 1.8)
  • parallaxoriginy: Y coordinate of the parallax origin in pixels (defaults to 0). (since 1.8)

<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.

@nightm4re94 nightm4re94 changed the title Update Map properties Update Map specification Jul 20, 2022
@nightm4re94 nightm4re94 added tmx our specification of the Tiled map format. feature labels Jul 20, 2022
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
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
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature tmx our specification of the Tiled map format.
Projects
None yet
Development

No branches or pull requests

2 participants