You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my tileset, some images are split among multiple tiles. For example, one large tile might actually be 4 smaller tiles. Unfortunately, this means that fill doesn't work, because it is considered four separate types of tile.
I can not think of any simple way to implement this, but it would be a nice feature to have: Allow some blocks of tiles in a tileset to be defined as a single type as far as the fill command is concerned.
The text was updated successfully, but these errors were encountered:
What do you think of the following idea posted to the Tiled Google Group recently, which solves a similar problem (though it would require your groups of 4 tiles to be 4-tile aligned and not appear in arbitrary positions, as far as I understand.
I also not think of a simple (or fast, for that matter) way to implement your suggestion, but the above is certainly possible since the comparison operator remains trivial.
In my tileset, some images are split among multiple tiles. For example, one large tile might actually be 4 smaller tiles. Unfortunately, this means that fill doesn't work, because it is considered four separate types of tile.
I can not think of any simple way to implement this, but it would be a nice feature to have: Allow some blocks of tiles in a tileset to be defined as a single type as far as the fill command is concerned.
The text was updated successfully, but these errors were encountered: