I'm trying to find a way to quickly scatter a number of plants and rocks around a landscape. The transform tool Godot comes with is not very efficient for this and I was thinking of writing my own where you could simply drag a brush across the viewport and leave a trail of MeshInstance objects. I've created tool scripts before, but haven't come across anything that lets you extend the user interface by adding a new brush. Is there a way to do this?