await
and _physics_process
don’t mesh well together, Godot is going to run this function ever frame including the animation play and await. Change their state before awaiting the animation.
Also make sure to paste scripts with proper formatting
await
and _physics_process
don’t mesh well together, Godot is going to run this function ever frame including the animation play and await. Change their state before awaiting the animation.
Also make sure to paste scripts with proper formatting