Hello, I've been working on an inventory system for my rpg game but I'm having trouble implementing the skills menu.
I want to have it so the player selects skills on the left-most menu, then they have the option to select one of the characters on the right.
I want a button to emcompass the entire character's info box but I'm not sure how to do that since buttons can't overlap with other ui elements to my knowledge.
Is there some way to turn the vbox into a button, or have a button overlap with the vbox containing the character's information?