Hi folks, I'd like the player to choose the character to play with at the beginning of the game. Which is the best practice?
Should I create two different sprites and set them all up with the same commands along the whole game or is there some kind of feature with which I can create a container called Player and than, put inside the Character choosen by the player?
Which is the best way to approach this?
The first option sounds the better one but it seems like double or triple job when setting up the whole game because i will need to write the same command for every character movement and interaction.
Any help to optimize this?