Godot Version
4
Question
Hi guys.
I have a player sprite that has to move in 4 directions (top, down, left, right) each direction has an animation:
idle, run, idle attack, run attack.
I have independently animated arms, legs, head and body.
I need to attack while running.
The problem is that every time I run and attack, the run attack animation is executed but the legs animation resets (obviously).
So the question is it possible to merge two animations of running and attacking without the leg animation starting from 0?