• 2D
  • does anyone know how to make a simple 2d character select screen please

hello i need a simple 2d character select screen for my game please thanks!

Might need to be a bit more specific. Do you want them all visible and the player can select one by clicking? Should the player toggle through them with arrows or buttons?

How should it function, ideally?

Thank you for the reply. Ideally I would like for the player to toggle through them with the arrows or buttons. I appreciate your help. Thank you

11 days later

One possible solution: generate a sprite for each different character create a scene with 2 button (arrows) and one textureRect on click of a button change the sprite you can then map the sprite name to the character scene (supposing you have 1 scene for each character)

When the game starts you can then dynamically instantiate the correct character scene

6 days later

In the category of programming you would have a variable thats set to a default character and then you could use buttons to change it to another character. Store the selection in a "Global" script check out "autoload" in the docs then load that selection back from the Global script to determine which character the player should have in the level