I am following the tutorial “War Battles”, and at the very beginning, when creating the tilemap, the tutorial says that you can create a brush of many tiles by pressing the SHIFT and dragging on the tiles while editing the brush. This is in the section “Draw the game map”, in point 8.
You can hold Shift, then click and drag to make a selection on the current layer. The selection then becomes your new brush. This is a useful way to paint with a brush consisting of multiple tiles.
This appears not to work, at least on osx and with the editor version 1.2.137.
I am getting a brush of a single tile. It doesn’t seem like I am allowed to select multiple tiles at all. I would expect to see some kind of box while shift-dragging, but it doesn’t show up.
Are you trying to select multiple tiles while painting the tile map or while selecting a tile from the tile source (e.g. hitting space and selecting which tile to use)? Selecting multiple tiles is only supported when painting, not when selecting what tile to paint with.
Not being able to select multiple tiles in the tile source is a huge decrease in productivity…
If you guys implemented that, it would be great for your users.
The technique you mentioned works, but it’s still very slow for certain tilesets… (such as in the defold tutorial I was following: “War Battles”).
I am sure many future Defold users will find this thread when they google for “can’t select multiple tiles in defold tilesets”. Please let us know if the Defold team plans on implementing this feature.
Yes, at first I was trying to select more of the tiles in the brush select space, trying holding shift or ctrl, anything that is intuitive to select more than one tile, but none of them worked so I ended up with @britzl’s solution it’s not intuitive and if it could be implemented we should have have a ticket for this feature.
Yes, sorry, not implemented yet. What you can do now though is to select multiple tiles in the tilemap itself and use that as a brush. It helps quite a lot when needing to duplicate groups of tiles on the tilemap.