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

JSON tilemap load ignores repeat-x/y #3424

Closed
ksdhans opened this issue Jul 25, 2022 · 0 comments
Closed

JSON tilemap load ignores repeat-x/y #3424

ksdhans opened this issue Jul 25, 2022 · 0 comments
Labels
bug Broken behavior.

Comments

@ksdhans
Copy link

ksdhans commented Jul 25, 2022

Loading a tilemap in *.tmj ignores the repeat x/y settings for layers

To Reproduce
Steps to reproduce the behavior:

  1. Export a tilemap to *.tmj that has layers with repeat-x set for an image layer
  2. Load the reulting *.tmj file in Tiled, and check if the repeat has been preserved
  3. Look at the *.tmj file in a text editor to confirm that "repeatx":true, was included for that layer

Expected behavior
The JSON tilemap should look identical to the original *.tmx. Everything appears to be loaded correctly, except for the "repeatx":true layer attribute (which is in the JSON file, I checked)

Specifications:

  • Tiled Version: 1.9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken behavior.
Projects
None yet
Development

No branches or pull requests

1 participant