We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin version
2.4 Issue description
Tile's Tiled properties (type etc.) (not TileSet) are not imported.
godot-tiled-importer/addons/vnen.tiled_importer/tiled_map_reader.gd
Lines 815 to 820 in a17aea7
ts.tiles[rel_id] will only contain custom property so L818 - L819 will never be executed. Steps to reproduce
Sample map or tileset
The text was updated successfully, but these errors were encountered:
this can be fixed by tabbing once lines 815-823
Sorry, something went wrong.
No branches or pull requests
Plugin version
2.4
Issue description
Tile's Tiled properties (type etc.) (not TileSet) are not imported.
godot-tiled-importer/addons/vnen.tiled_importer/tiled_map_reader.gd
Lines 815 to 820 in a17aea7
ts.tiles[rel_id] will only contain custom property so L818 - L819 will never be executed.
Steps to reproduce
Sample map or tileset
The text was updated successfully, but these errors were encountered: