How to scale objects before converting them into a TileSet?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tachekentya

I have a scene (library.tscn) with a bunch of objects, If I scale one of this object and then I convert the scene into a tileset the object that was scaled is shown as not scaled (or Scale x=1 y =1) in the tileset. How can I modify the size of one object in the library.tscn and then use this new size in the tileset?
Thanks