[Feature Request] Multiselecting tileset tiles to add custom definitions simultaneosly
Right now you can create tilesets in the project tilesets section. You can preview your tiles there, if you click a tile, a menu opens. The menu title is of the form tile
Now the problem is when you want to add the same tile custom data to many tiles at the same time. Let's say a group of tiles share a custom data json that defines many data fields. You could of couse use an enum or an int grid int and map that to the data in your game engine. But having all data coupled in ldtk makes development easier.
My particular use case is that tiles can be "bouncables" only under certain circunstances. I wanted to use the tile custom data field to add those in bulks, among it's collision sound, if they do damage and some other properties...