imaginary-hero-designer
imaginary-hero-designer copied to clipboard
Feature Request: Drag Enhancements around.
It would be really nice to be able to drag enhancements from one slot to another. Consider including a modifier key to drag the slot with it.
I was just wondering. Is this a new stand alone or is it something you need to add to the pines designer program files
This is Mid's/Pine's decompiled to be able to add more features or bug fixes to it. So it is the same thing, but with the source code to customize or enhance.
This may have some friction with the existing drag powers around possibility
There's related code already in there, so you shouldn't have any trouble.
'Start drag-drop process, but don't decide this is actually a drag-drop operation until the cursor moved at least 8 pixels.
dragStartPower = Drawing.WhichSlot(Drawing.ScaleUp(e.X), Drawing.ScaleUp(e.Y))
dragStartSlot = Drawing.WhichEnh(Drawing.ScaleUp(e.X), Drawing.ScaleUp(e.Y))