Hello, indie devs. Are you ready to finish up the game?
It's getting close. You may even have already claimed your game is finally done- which is fantastic! There is, however, a nice trick that some games have which makes the players like it a little more.
Choosing the character.
How can you switch your character to be another character?
First off, how many different characters do you want to be able to choose from in your game? This is important. Each different animation, if it's being done with an animated sprite or animation player, will need to be named based on the type of character it is, or by its number. I will use a letter for this test, which I saved for the main player. For enemies, you can just have the code randomly pick a number, so you won't have to actually save it for them.
Why have the animations marked with a letter or name? Check out the code:

If I wanted another character, say, a female, I could instead use f_idle_down, and all the other animations, and because it starts with an f, if I use a button to switch the m to the f, the code will perfectly for the female character. You can do the exact same thing for multiple characters, and just change one little letter and make something to switch characters automatically for you.
The next part might take a bit to actually make, as I still have to finish up this game- still, if you have already read all of this, you have gotten very far. If your game is done, great! Make another one, then! You can release as many games as you have, right?
My challenge for you now, however, is a rather long one- but it is something you have to do before you release your game. This is actually a two-part challenge.
1: Go back and look at the assets you have used for your game, and do everything to ensure their licenses are being followed. If you don't know what license something has, pick something else, unless you would like to get in more than a little trouble with the law. I don't mean to scare you. After coming so far along with your game, you need to follow the rules so you can be successful. Also, make sure you follow the license for Godot.
- Once you have set up everything and your game is done, find some friends to play your game- but not just anyone, you need to find friends who want to see you succeed- they could be family members, friends from wherever you work or study, it could be at a church you go to, wherever. Pay attention to their reactions to the game, as they will offer you your first game reviews. 🙂