You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading a tilemap in *.tmj ignores the repeat x/y settings for layers
To Reproduce
Steps to reproduce the behavior:
Export a tilemap to *.tmj that has layers with repeat-x set for an image layer
Load the reulting *.tmj file in Tiled, and check if the repeat has been preserved
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
The text was updated successfully, but these errors were encountered:
Loading a tilemap in *.tmj ignores the repeat x/y settings for layers
To Reproduce
Steps to reproduce the behavior:
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:
The text was updated successfully, but these errors were encountered: