Godot Version
4.3
Question
I have not been working in Godot for very long, but I have watched some tutorials and managed to put together a small area with a player character that walks around.
I have a profile selection screen that allows the player to enter their name and to select one of six characters to play and saves this to disk. This reloads each time the game starts.
I have the character walking around with walk animations.
Here is my problem.
I want to load the correct character animations for the character the player chose in the profile selection but I don’t know how I can do this.
Any assistance would be welcome.
Thanks.
Geoff.