Confused about Animation values settings

Godot Version

4.3

Question

I have a Sprite2D whise Animation section values are setted:
hframes: 6
vframes: 6

frame: 35

and I cannot provide any other value for frame field, like for instance 25, because It returns automatically to the previous value: 35…What dhould I check and fixing..??

I don’t have any issues changing the Frame value, it works as expected. Can you show what happens in your case?


Maybe that’s a 4.3 bug, can you check on a newer version of Godot?

following video about what happens(nothing honestly) when I change the frame value..

Interesting, can you try on a newer version of Godot? Maybe that’s a bug that’s already been fixed. I tested on the new 4.5 beta1 and it works as per my previous video.

1 Like

I moved to 4.4.1 version and It is fixed

1 Like

Omg …I get back the same error…at this point I think. to reduce png size decreasing the animations…

Damn, I got very confused…I setted a Sorite2d | Animation:
hframes: 6
vframes: 5

and resulting by this setting the frame field is equal to 0; no way to change its value…I got stucked on ite…