putTileAt
into createBlankLayer
on hex map from Tiled renders wrong
#6074
Labels
putTileAt
into createBlankLayer
on hex map from Tiled renders wrong
#6074
Version
Description
See below image; base map is colored hex squares. If I dynamically add a layer via
createBlankLayer
, and then useputTileAt
to populate this layer, the result is off-centered rendering of the tiles in the blank layer:Example Test Code
The map:
hexagonal-mini-6x.json.tar.gz
The tileset image:
![hexmini-6x](https://user-images.githubusercontent.com/222184/162855367-ff964712-9a6b-4dae-8729-d218c514a5b7.png)
Additional Information
This issue was worse with 3.55; I found some bugs which were fixed regarding
putTileAt
, hence tried the 3.60 beta.The text was updated successfully, but these errors were encountered: