So I want to make a character select screen where literally all that happens is that a sprite of a character gets swapped with a different texture once you hit a button on the character select screen, I have tried messing around with button nodes to no avail. I could not find a tutorial on how to make a 2D character select screen. If someone can help me by giving me the basic logic of and some code that can help make a 2D character select screen, then I would be most thankful. Or you can share a tutorial on how to make a 2D character select screen with me, that works just as well. To explain what I want, I want to press the tab key that brings up a menu that contains buttons, and once you click on those buttons the texture on my sprite gets swapped with a different texture. I have gotten the menu to work, but once you click on a character button, it does nothing and it kinda just crashes the game. So I would like to start off with fresh code and not share my code and add on to it as it seems to be causing issues.