Hello, newbie here.
I’m making a card game , I just thought it would be an easy entry point into heaps. My card class
Is made up of an object , a bitmap and an interactive object, implementing the drag and drop was really easy but I have just one problem,
The card is not centered.
I tried to center the tile and then move the interactive by “-0.5 * tile.size” but it just makes ¼ of the tile selectable.
So is there a way to change the anchor point of an interactive, if no I’m still open for any suggestions, thank you.