vnen / godot-tiled-importer

Plugin for Godot Engine to import Tiled Map Editor tilemaps and tilesets
MIT License
831 stars 86 forks source link

Save Tiled Properties for single tile not working #147

Open univeous opened 2 years ago

univeous commented 2 years ago

Plugin version

2.4 Issue description

Tile's Tiled properties (type etc.) (not TileSet) are not imported. https://github.com/vnen/godot-tiled-importer/blob/a17aea728bfb6739f2c75b67685fa91d164e05cf/addons/vnen.tiled_importer/tiled_map_reader.gd#L815-L820

ts.tiles[rel_id] will only contain custom property so L818 - L819 will never be executed. Steps to reproduce

Sample map or tileset

erniel commented 2 years ago

this can be fixed by tabbing once lines 815-823