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
{{ message }}
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
Hi there,
Just wanted to jot down a few things I noticed with how Tiled (1.1.3) and Platypus (0.11.9) were working together:
"Image" layers in Tiled don't appear to import automatically
Tilesets that use non-uniform-sized tiles (made as "collection of images" in Tiled) do not import automatically (assumption is uniform sized tiles).
If collection tile sets ARE used in Tiled (for placement purposes), subsequent tile sets get thrown off (I think due to gid mismatch). I've worked around it by manually adding values for imageheight, imagewidth, tileheight, and tilewidth in the collection tileset, in a way that corresponds to the number of tiles in the collection - so that Platypus will use those values to account for the collection's tiles.
Layer groups in Tiled are not supported
Images (tile images) placed in objects in Tiled don't appear to show up automatically
There was also one very interesting apparent bug, which I'll post separately.
These things can be worked around easily enough, but I did want to make a note of them in case any of them are either a) fixed already, b) about to be fixed, or c) fixable and should be added to future updates. Or d) not going to be fixed, but should be documented as gotchas.
The text was updated successfully, but these errors were encountered:
We have a few Tiled updates to roll back into Platypus in the near future, including support for points and the new v1.2 JSON format for properties, but 2-5 are good to have on our radar as needs for future updates. (PR's are welcome for any of these as well.)
Number 1 above should already be supported. You may need to include the image in the list of game assets to make sure it loads, but the layer itself should render just like tile layers. If that's not working for you, it may be a bug.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
Just wanted to jot down a few things I noticed with how Tiled (1.1.3) and Platypus (0.11.9) were working together:
There was also one very interesting apparent bug, which I'll post separately.
These things can be worked around easily enough, but I did want to make a note of them in case any of them are either a) fixed already, b) about to be fixed, or c) fixable and should be added to future updates. Or d) not going to be fixed, but should be documented as gotchas.
The text was updated successfully, but these errors were encountered: