Godot Version
v4.3.stable.official
Question
I'm trying to figure out how to change my idle animation to the character eating something or sitting down when being in idle for longer periods. I tried using a timer to switch between the animations but it doesn't work for me. I'm also not sure if it would be easier to use the animation player or the animatedSprite2D for this specific thing. Any help is appreciated.