Godot Version
4.3
Question
I have recently changed my tilemaps to tilemaplayers.
When I click in the scene editor on a tile, then the tilemap is selected. Afterwards, I can no longer click on nodes because the tilemaplayer is taking over the click (to potentially select tiles, draw etc.).
Now you can say don’t click on a tile.
But I have to click to start selecting nodes in a rect I draw.
Right now, I don’t know how to use this select rectangle.
Is this wad/has anyone managed to find a workaround for this?