My tilemap render wrong tiles (wrong settings on Tiled Editor) #2814
Answered
by
paulocoutinhox
paulocoutinhox
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
paulocoutinhox
Oct 11, 2025
Replies: 2 comments
-
|
The problem is that FastTMXTiledMap/FastTMXLayer only accept a tileset with single image. To solve, need support collection of images:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aismann
-
|
Isn't this related to the existing issue #1143 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



The problem is that FastTMXTiledMap/FastTMXLayer only accept a tileset with single image.
To solve, need support collection of images: