Hello Guys, I've been trying to set un animations for little 3 here, but I can't seem to find the way to set different sprite sheets for each of the directions the character is moving towards.
Please check 3's stitches, these battle scars deserve to be shown in all their glory:
I want to create a 2d platform game with a retro feel but not with a retro look, and the character has, as you can see on the pictures, certain details that might be lost if a standard horizontal flip is done whenever the character moves to the left.
Check out how this should look:
This is the run right animation:
This is the run left animation:
This is the idle right animation:
This is the idle left animation: (notice that if we flip this one the number 3 on 3's chest will be mirrored and she or he will not like that)
And finally we have the jump left and jump right "animations" which are placeholders for the moment, (I hope to come up with something better soon):
I'm an artist and not a programmer, and I've been searching for a solution for this problem to no avail. I mean, it has been possible to set up the walking and idle animations using multiple variations and combinations of Input.is_action_pressed('ui_right') and $AnimatedSprite.play(), that seems to work, but whenever the character needs to jump it seems that I can't find a way to use the jump left and jump right sprites.
Can any of you handsome code sculptors give me a hand on this matter, or point me in the direction of some tutorial, video, or tarot reading that can help little 3 be herself (or himself), I'll really appreciate any help and guidance, thanks in advance.