BlendSpace1D isn't working properly

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By adib003

I’m making a 2D platformer. I’ve set a BlaendSpace2D. It’s working but too late. Like when I press Right arrow key it should run in the right side but it faces left and goes right. But for left arrow key, it’s working fine. I want to know is it my fault or what?
Project : Here’s the drive link to the project

:bust_in_silhouette: Reply From: yrtv

Key frame h_flip on both left, and right tracks, you have it key framed only for 1 direction on few animations.

I’ve actually figured it out. I’ve done a very silly mistake . I’ve forgot to add flip_h = false on run_right animation. Thanks for your help

adib003 | 2021-10-12 18:39